valeriyvdovin / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

Blame SOURCES/0491-tmpfiles-also-set-acls-on-var-log-journal.patch

923a60
From 2b089fee5954986c932845887ed2cfd889bd4410 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:37:01 -0500
923a60
Subject: [PATCH] tmpfiles: also set acls on /var/log/journal
923a60
923a60
This way, directories created later for containers or for
923a60
journald-remote, will be readable by adm & wheel groups by default,
923a60
similarly to /var/log/journal/%m itself.
923a60
923a60
https://github.com/systemd/systemd/issues/1971
923a60
(cherry picked from commit 57d5b3130cd34b9a844f4258f55c1134b27bc5ad)
923a60
Related: #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 d9d51af929..fcd6ec0269 100644
923a60
--- a/tmpfiles.d/systemd.conf.m4
923a60
+++ b/tmpfiles.d/systemd.conf.m4
923a60
@@ -34,6 +34,8 @@ A+ /run/log/journal/%m - - - - group:adm:r-x,group:wheel:r-x
923a60
 z /var/log/journal 2755 root systemd-journal - -
923a60
 z /var/log/journal/%m 2755 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
 '')m4_dnl