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
2014-02-23 12:01:35 +00:00
committed by Colin Guthrie
parent 77cd831bac
commit a038f23862
+2
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 - -