mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
systemd: use PassCred=yes
This commit is contained in:
parent
48b14aa053
commit
c096407caa
5
NEWS
5
NEWS
@ -1,3 +1,8 @@
|
||||
udev 176
|
||||
========
|
||||
The systemd socket files use PassCred=yes, which requires systemd
|
||||
version 38.
|
||||
|
||||
udev 175
|
||||
========
|
||||
Bugfixes.
|
||||
|
@ -6,3 +6,5 @@ ConditionCapability=CAP_MKNOD
|
||||
[Socket]
|
||||
Service=udev.service
|
||||
ListenSequentialPacket=/run/udev/control
|
||||
SocketMode=0600
|
||||
PassCred=yes
|
||||
|
@ -7,3 +7,4 @@ ConditionCapability=CAP_MKNOD
|
||||
Service=udev.service
|
||||
ReceiveBuffer=134217728
|
||||
ListenNetlink=kobject-uevent 1
|
||||
PassCred=yes
|
||||
|
Loading…
Reference in New Issue
Block a user