diff options
author | Daniel Mack <github@zonque.org> | 2015-07-24 00:22:56 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-07-24 00:22:56 +0200 |
commit | 43472ac4cc770e601d70fd0afb0ef3b19fc77390 (patch) | |
tree | 954d9d262d85ac42917c46f899e0933f35cdba63 | |
parent | 39109ec08d6611f299d550ce77f9896b0f9394e4 (diff) | |
parent | 8b258a645ae63dff3ab8dde6520d2e770e2a40f1 (diff) |
Merge pull request #539 from poettering/tmpfiles-journal-acl
tmpfiles: don't recursively descend into journal directories in /var
-rw-r--r-- | tmpfiles.d/systemd.conf.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd.conf.m4 b/tmpfiles.d/systemd.conf.m4 index b447b01f58..d9d51af929 100644 --- a/tmpfiles.d/systemd.conf.m4 +++ b/tmpfiles.d/systemd.conf.m4 @@ -35,7 +35,7 @@ z /var/log/journal 2755 root systemd-journal - - z /var/log/journal/%m 2755 root systemd-journal - - m4_ifdef(`HAVE_ACL',`` a+ /var/log/journal/%m - - - - d:group:adm:r-x,d:group:wheel:r-x -A+ /var/log/journal/%m - - - - group:adm:r-x,group:wheel:r-x +a+ /var/log/journal/%m - - - - group:adm:r-x,group:wheel:r-x '')m4_dnl d /var/lib/systemd 0755 root root - |