tmpfiles.d: include setgid perms for /run/log/journal

4608af4333 set permissions for journal storage on persistent disk
but not the volatile storage.

ref: https://bugs.archlinux.org/task/37170
This commit is contained in:
Dave Reisner 2013-10-02 15:35:16 -04:00
parent 51045322c4
commit 7074fecf67
Notes: Lennart Poettering 2013-10-04 17:11:46 +02:00
Backport: bugfix

View file

@ -26,3 +26,5 @@ F /run/nologin 0644 - - - "System is booting up. See pam_nologin(8)"
m /var/log/journal 2755 root systemd-journal - -
m /var/log/journal/%m 2755 root systemd-journal - -
m /run/log/journal 2755 root systemd-journal - -
m /run/log/journal/%m 2755 root systemd-journal - -