mirror of
https://github.com/systemd/systemd.git
synced 2025-01-23 02:04:32 +03:00
tmpfiles: specify access mode for /run/systemd/netif
This partially reverts 2af767729489f6baa98a2641b2007acab44ed353. As the directories are certainly readable and not-writable by non-privileged users.
This commit is contained in:
parent
fb14aa7ecc
commit
400d846138
@ -17,9 +17,9 @@ d /run/systemd/users 0755 root root -
|
||||
d /run/systemd/machines 0755 root root -
|
||||
d /run/systemd/shutdown 0755 root root -
|
||||
m4_ifdef(`ENABLE_NETWORKD',
|
||||
d /run/systemd/netif - - - -
|
||||
d /run/systemd/netif/links - - - -
|
||||
d /run/systemd/netif/leases - - - -
|
||||
d /run/systemd/netif 0755 - - -
|
||||
d /run/systemd/netif/links 0755 - - -
|
||||
d /run/systemd/netif/leases 0755 - - -
|
||||
)m4_dnl
|
||||
|
||||
d /run/log 0755 root root -
|
||||
|
Loading…
x
Reference in New Issue
Block a user