mirror of
https://github.com/systemd/systemd.git
synced 2025-09-10 22:52:49 +02:00
NEWS: mention ACLs by "uaccess" is always set by udevd
Follow-up for c960ca2be1 (#36444).
Prompted by https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112660.
This commit is contained in:
committed by
Luca Boccassi
parent
28e8914f29
commit
5a8b9fd49f
12
NEWS
12
NEWS
@@ -19,6 +19,18 @@ CHANGES WITH 258 in spe:
|
||||
option. (This effectively means "mesg n" is now the default, rather
|
||||
than "mesg y", see mesg(1) man page for help.)
|
||||
|
||||
* ACLs for device nodes requested by "uaccess" udev tag are now always
|
||||
applied/updated by systemd-udevd through "uaccess" udev builtin, and
|
||||
systemd-logind no longer applies/updates ACLs but triggers "change"
|
||||
uevents to make systemd-udevd apply/update ACLs. Hence, the "uaccess"
|
||||
udev tag should be set not only on "add" action but also on "change"
|
||||
action, and it is highly recommended that the rule is applied all
|
||||
actions except for "remove" action.
|
||||
Recommended example:
|
||||
ACTION!="remove", SUBSYSTEM=="hidraw", TAG+="uaccess"
|
||||
The following example does not work since v258:
|
||||
ACTION=="add", SUBSYSTEM=="hidraw", TAG+="uaccess"
|
||||
|
||||
* systemd-run's --expand-environment= switch, which was disabled
|
||||
by default when combined with --scope, has been changed to be
|
||||
enabled by default. This brings cmdline expansion of transient
|
||||
|
||||
Reference in New Issue
Block a user