26 lines
912 B
Diff
26 lines
912 B
Diff
From 4e1d571d8564b6383ced03316f0d84b96e1299a4 Mon Sep 17 00:00:00 2001
|
|
From: Dave Reisner <dreisner@archlinux.org>
|
|
Date: Wed, 2 Oct 2013 15:35:16 -0400
|
|
Subject: [PATCH] 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
|
|
---
|
|
tmpfiles.d/systemd.conf | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
|
|
index b630440..a05c657 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 - -
|
|
--
|
|
1.8.4.652.g0d6e0ce
|
|
|