diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-04-01 00:43:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-04-01 00:43:28 +0200 |
commit | e1ab991283ca1072d29e21d8af76e992b663ad9b (patch) | |
tree | 79898b59f952cb0171a939ff24ccc33401d66342 | |
parent | man: document ConditionPathIsDirectory= (diff) | |
download | systemd-e1ab991283ca1072d29e21d8af76e992b663ad9b.tar.gz systemd-e1ab991283ca1072d29e21d8af76e992b663ad9b.tar.bz2 systemd-e1ab991283ca1072d29e21d8af76e992b663ad9b.zip |
tmpfiles: enforce new /var/lock semantics
http://lists.freedesktop.org/archives/systemd-devel/2011-March/001823.html
-rw-r--r-- | tmpfiles.d/systemd.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index e77cf7d20..31fd97f0b 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -7,10 +7,13 @@ # See tmpfiles.d(5) for details -d /run/lock 0775 root lock - +d /run/lock 0755 root root - d /run/lock/subsys 0755 root root - +d /run/lock/lockdev 0775 root lock - + d /run/user 0755 root root 10d F /run/utmp 0664 root utmp - + f /var/log/wtmp 0664 root utmp - f /var/log/btmp 0600 root utmp - |