diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-11 10:15:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-11 10:15:07 +0200 |
commit | 1b77b581ebc0a9fa7e372930b88e02b28d40f146 (patch) | |
tree | c7fd38746034341c98c8c5b67527372950e48b81 /tmpfiles.d | |
parent | abef3f91ce5fa9eeffceead885d2d2cabd9f1c96 (diff) |
tmpfiles: don't apply sgid and executable bit to journal files, only the directories they are contained in
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index 9554f38d36..b07d0504aa 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 - - |