aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-06-22 12:32:28 +0900
committerLennart Poettering <lennart@poettering.net>2018-06-22 12:00:52 +0200
commit2af767729489f6baa98a2641b2007acab44ed353 (patch)
tree037e3b436b0c937204f1cf9672f1a0f762dc89b7
parentjournalctl: handle inotify exhaustion nicer (diff)
downloadsystemd-2af767729489f6baa98a2641b2007acab44ed353.tar.xz
systemd-2af767729489f6baa98a2641b2007acab44ed353.zip
tmpfile: do not specify mode and owner to /run/systemd/netif
Fixes #9369.
-rw-r--r--tmpfiles.d/systemd.conf.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/tmpfiles.d/systemd.conf.m4 b/tmpfiles.d/systemd.conf.m4
index 222a42422d0..0992f74209d 100644
--- a/tmpfiles.d/systemd.conf.m4
+++ b/tmpfiles.d/systemd.conf.m4
@@ -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 -