valeriyvdovin / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

Blame SOURCES/0012-tmpfiles.d-include-setgid-perms-for-run-log-journal.patch

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