mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
tmpfile: do not specify mode and owner to /run/systemd/netif
Fixes #9369.
This commit is contained in:
parent
321ed3643a
commit
2af7677294
@ -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 0755 root root -
|
||||
d /run/systemd/netif/links 0755 root root -
|
||||
d /run/systemd/netif/leases 0755 root root -
|
||||
d /run/systemd/netif - - - -
|
||||
d /run/systemd/netif/links - - - -
|
||||
d /run/systemd/netif/leases - - - -
|
||||
)m4_dnl
|
||||
|
||||
d /run/log 0755 root root -
|
||||
|
Loading…
Reference in New Issue
Block a user