aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-30 19:53:10 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-30 19:53:10 +0200
commit13ba92e046a85135114c9162350b7348f716d612 (patch)
tree653f403d7f0312baae0bd04f130d259d78ddfa5b
parentman: a couple of additions to file-hierarchy(7) (diff)
downloadsystemd-13ba92e046a85135114c9162350b7348f716d612.tar.gz
systemd-13ba92e046a85135114c9162350b7348f716d612.tar.bz2
systemd-13ba92e046a85135114c9162350b7348f716d612.zip
tmpfiles: explicitly set mode for /run/log
-rw-r--r--tmpfiles.d/systemd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
index 6b970f347..9ca5ad2bc 100644
--- a/tmpfiles.d/systemd.conf
+++ b/tmpfiles.d/systemd.conf
@@ -20,6 +20,8 @@ d /run/systemd/netif 0755 systemd-network systemd-network -
d /run/systemd/netif/links 0755 systemd-network systemd-network -
d /run/systemd/netif/leases 0755 systemd-network systemd-network -
+d /run/log 0755 root root -
+
z /run/log/journal 2755 root systemd-journal - -
Z /run/log/journal/%m ~2750 root systemd-journal - -