tmpfiles: don't apply sgid and executable bit to journal files, only the directories they are contained in

This commit is contained in:
Lennart Poettering 2014-06-11 10:15:07 +02:00
parent abef3f91ce
commit 1b77b581eb

View 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 - -