From: Lennart Poettering Date: Mon, 30 Jun 2014 17:53:10 +0000 (+0200) Subject: tmpfiles: explicitly set mode for /run/log X-Git-Tag: v215~103 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=13ba92e046a85135114c9162350b7348f716d612;p=elogind.git tmpfiles: explicitly set mode for /run/log --- 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 - -