tmpfiles: specify access mode for /run/systemd/netif

This partially reverts 2af7677294.
As the directories are certainly readable and not-writable by
non-privileged users.
This commit is contained in:
Yu Watanabe 2018-06-25 14:56:49 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent fb14aa7ecc
commit 400d846138
1 changed files with 3 additions and 3 deletions

View File

@ -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 -