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