diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-10-02 15:35:16 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-10-02 15:35:16 -0400 |
commit | 7074fecf6747c9a6ad872cc87701481e8bece8b0 (patch) | |
tree | c3cb1a829474274d0c3d5dd7e58adac333906dd6 /tmpfiles.d | |
parent | 51045322c4c19638ba5588c722238220d096ca43 (diff) | |
download | systemd-7074fecf6747c9a6ad872cc87701481e8bece8b0.tar.gz |
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
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index b6304401fe..a05c6577d2 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 - - |