chiark / gitweb /
tmpfiles: don't apply sgid and executable bit to journal files, only the directories...
authorLennart Poettering <lennart@poettering.net>
Wed, 11 Jun 2014 08:15:07 +0000 (10:15 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 11 Jun 2014 08:15:07 +0000 (10:15 +0200)
tmpfiles.d/systemd.conf

index 9554f38d36d58a2f9903366678db2fdecf317d38..b07d0504aa80e3baffe2999418014a997c70f164 100644 (file)
@@ -21,6 +21,6 @@ d /run/systemd/netif/links 0755 systemd-network systemd-network -
 d /run/systemd/netif/leases 0755 systemd-network systemd-network -
 
 z /var/log/journal 2755 root systemd-journal - -
-Z /var/log/journal/%m 2755 root systemd-journal - -
+Z /var/log/journal/%m ~2755 root systemd-journal - -
 z /run/log/journal 2755 root systemd-journal - -
-Z /run/log/journal/%m 2755 root systemd-journal - -
+Z /run/log/journal/%m ~2755 root systemd-journal - -