[systemd-commits] tmpfiles.d/systemd.conf
Kay Sievers
kay at kemper.freedesktop.org
Mon Mar 28 15:16:34 PDT 2011
tmpfiles.d/systemd.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6f4ed5203aca6d792f056b6dad1ea4bfe4f25396
Author: Kay Sievers <kay.sievers at vrfy.org>
Date: Tue Mar 29 00:15:14 2011 +0200
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
diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
index 2d8e520..e77cf7d 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 -
More information about the systemd-commits
mailing list