History log of /systemd/tmpfiles.d/systemd.conf.m4
Revision Date Author Comments Expand
afae249efa4774c6676738ac5de6aeb4daf4889f 30-Nov-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

tmpfiles: set acls on system.journal explicitly https://github.com/systemd/systemd/issues/1397

57d5b3130cd34b9a844f4258f55c1134b27bc5ad 30-Nov-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

tmpfiles: also set acls on /var/log/journal This way, directories created later for containers or for journald-remote, will be readable by adm & wheel groups by default, similarly to /var/log/journal/%m itself. https://github.com/systemd/systemd/issues/1971

8b258a645ae63dff3ab8dde6520d2e770e2a40f1 09-Jul-2015 Lennart Poettering <lennart@poettering.net>

tmpfiles: don't recursively descend into journal directories in /var Do so only in /run. We shouldn't alter ACLs for existing files in /var, but only for new files. If the admin made changes to the ACLs they shouls stay in place. We should still do recursive ACL changes for files in /run, since those are not persistent, and will hence lack ACLs on every boot. Also, /var/log/journal might be quit large, /run/log/journal is usually not, hence we should avoid the recursive descending on /var, but not on /run. Fixes #534

a48a62a1af02aec4473c9deed98dd5b89d210f93 22-Jan-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

tmpfiles: use ACL magic on journal directories

5a16bc264c32237e38a844d55e7a1820a31b8440 01-Dec-2014 Łukasz Stelmach <l.stelmach@samsung.com>

build-sys: configure the list of system users, files and directories Choose which system users defined in sysusers.d/systemd.conf and files or directories in tmpfiles.d/systemd.conf, should be provided depending on comile-time configuration.