From: Yu Watanabe Date: Fri, 22 Jun 2018 03:32:28 +0000 (+0900) Subject: tmpfile: do not specify mode and owner to /run/systemd/netif X-Git-Tag: v239~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2af767729489f6baa98a2641b2007acab44ed353;p=thirdparty%2Fsystemd.git tmpfile: do not specify mode and owner to /run/systemd/netif Fixes #9369. --- 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 -