From: Lennart Poettering Date: Wed, 11 Jun 2014 08:15:07 +0000 (+0200) Subject: tmpfiles: don't apply sgid and executable bit to journal files, only the directories... X-Git-Tag: v214~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1b77b581ebc0a9fa7e372930b88e02b28d40f146;p=elogind.git tmpfiles: don't apply sgid and executable bit to journal files, only the directories they are contained in --- diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index 9554f38d3..b07d0504a 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -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 - -