daandemeyer / rpms / systemd

Forked from rpms/systemd 2 years ago
Clone
923a60
From d38e703a133487218c91f1e76072fc6b35c0978c Mon Sep 17 00:00:00 2001
923a60
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
923a60
Date: Sun, 29 Nov 2015 18:48:40 -0500
923a60
Subject: [PATCH] tmpfiles: set acls on system.journal explicitly
923a60
923a60
https://github.com/systemd/systemd/issues/1397
923a60
(cherry picked from commit afae249efa4774c6676738ac5de6aeb4daf4889f)
923a60
Resolves: #1411199
923a60
---
923a60
 tmpfiles.d/systemd.conf.m4 | 2 ++
923a60
 1 file changed, 2 insertions(+)
923a60
923a60
diff --git a/tmpfiles.d/systemd.conf.m4 b/tmpfiles.d/systemd.conf.m4
923a60
index fcd6ec0269..0575408dbe 100644
923a60
--- a/tmpfiles.d/systemd.conf.m4
923a60
+++ b/tmpfiles.d/systemd.conf.m4
923a60
@@ -33,11 +33,13 @@ A+ /run/log/journal/%m - - - - group:adm:r-x,group:wheel:r-x
923a60
 
923a60
 z /var/log/journal 2755 root systemd-journal - -
923a60
 z /var/log/journal/%m 2755 root systemd-journal - -
923a60
+z /var/log/journal/%m/system.journal 0640 root systemd-journal - -
923a60
 m4_ifdef(`HAVE_ACL',``
923a60
 a+ /var/log/journal    - - - - d:group:adm:r-x,d:group:wheel:r-x
923a60
 a+ /var/log/journal    - - - - group:adm:r-x,group:wheel:r-x
923a60
 a+ /var/log/journal/%m - - - - d:group:adm:r-x,d:group:wheel:r-x
923a60
 a+ /var/log/journal/%m - - - - group:adm:r-x,group:wheel:r-x
923a60
+a+ /var/log/journal/%m/system.journal - - - - group:adm:r--,group:wheel:r--
923a60
 '')m4_dnl
923a60
 
923a60
 d /var/lib/systemd 0755 root root -