chiark / gitweb /
tmpfiles.d: include setgid perms for /run/log/journal
authorDave Reisner <dreisner@archlinux.org>
Wed, 2 Oct 2013 19:35:16 +0000 (15:35 -0400)
committerDave Reisner <dreisner@archlinux.org>
Wed, 2 Oct 2013 19:35:16 +0000 (15:35 -0400)
4608af4333d0f7f5 set permissions for journal storage on persistent disk
but not the volatile storage.

ref: https://bugs.archlinux.org/task/37170

tmpfiles.d/systemd.conf

index b6304401fe4dbe70e068b956175d1a86097deea7..a05c6577d2363f62b27c1072891eaf4ab02ca7ea 100644 (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 - -