diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-29 00:15:14 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-29 00:15:14 +0200 |
commit | 6f4ed5203aca6d792f056b6dad1ea4bfe4f25396 (patch) | |
tree | 970ba04bbf721e6201c19711b26e800e5d27f77b /tmpfiles.d/systemd.conf | |
parent | 2d87855ae873aa3a4816c8e3a37e5ec06cc65c5e (diff) |
tmpfiles fix /run/lock permissions
<mbiebl> kay: just wondering: d /run/lock 0755 root lock -
<mbiebl> shouldn't that rather be 0775?
<mbiebl> otherwise it doesn't make sense
Diffstat (limited to 'tmpfiles.d/systemd.conf')
-rw-r--r-- | tmpfiles.d/systemd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf index 2d8e520437..e77cf7d20c 100644 --- a/tmpfiles.d/systemd.conf +++ b/tmpfiles.d/systemd.conf @@ -7,7 +7,7 @@ # See tmpfiles.d(5) for details -d /run/lock 0755 root lock - +d /run/lock 0775 root lock - d /run/lock/subsys 0755 root root - d /run/user 0755 root root 10d F /run/utmp 0664 root utmp - |