a52f674
From a038f23862a327fb52a93f3d41287b83a67ae527 Mon Sep 17 00:00:00 2001
794d16c
From: Dave Reisner <dreisner@archlinux.org>
794d16c
Date: Wed, 2 Oct 2013 15:35:16 -0400
794d16c
Subject: [PATCH] tmpfiles.d: include setgid perms for /run/log/journal
794d16c
794d16c
4608af4333d0f7f5 set permissions for journal storage on persistent disk
794d16c
but not the volatile storage.
794d16c
794d16c
ref: https://bugs.archlinux.org/task/37170
794d16c
---
794d16c
 tmpfiles.d/systemd.conf | 2 ++
794d16c
 1 file changed, 2 insertions(+)
794d16c
794d16c
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
794d16c
index b630440..a05c657 100644
794d16c
--- a/tmpfiles.d/systemd.conf
794d16c
+++ b/tmpfiles.d/systemd.conf
794d16c
@@ -26,3 +26,5 @@ F /run/nologin 0644 - - - "System is booting up. See pam_nologin(8)"
794d16c
 
794d16c
 m /var/log/journal 2755 root systemd-journal - -
794d16c
 m /var/log/journal/%m 2755 root systemd-journal - -
794d16c
+m /run/log/journal 2755 root systemd-journal - -
794d16c
+m /run/log/journal/%m 2755 root systemd-journal - -