]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfile: do not specify mode and owner to /run/systemd/netif
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 22 Jun 2018 03:32:28 +0000 (12:32 +0900)
committerLennart Poettering <lennart@poettering.net>
Fri, 22 Jun 2018 10:00:52 +0000 (12:00 +0200)
Fixes #9369.

tmpfiles.d/systemd.conf.m4

index 222a42422d0621607614c4351e051e0bb0ab135c..0992f74209dbc011271a11b0ba6ce0ed98803303 100644 (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 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 -