diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-30 19:53:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-30 19:53:10 +0200 |
commit | 13ba92e046a85135114c9162350b7348f716d612 (patch) | |
tree | 653f403d7f0312baae0bd04f130d259d78ddfa5b /tmpfiles.d | |
parent | 9fc25924bef99b3bb522dff785fa56a8e886cb2f (diff) | |
download | systemd-13ba92e046a85135114c9162350b7348f716d612.tar.gz |
tmpfiles: explicitly set mode for /run/log
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/systemd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index 6b970f347c..9ca5ad2bc8 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 - - |