From: Dave Reisner Date: Wed, 2 Oct 2013 19:35:16 +0000 (-0400) Subject: tmpfiles.d: include setgid perms for /run/log/journal X-Git-Tag: v209~1983 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7074fecf6747c9a6ad872cc87701481e8bece8b0 tmpfiles.d: include setgid perms for /run/log/journal 4608af4333d0f7f5 set permissions for journal storage on persistent disk but not the volatile storage. ref: https://bugs.archlinux.org/task/37170 --- diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index b6304401f..a05c6577d 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -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 - -