From adbcdbb2cd9d888a280ad4819c5a95e48ec0f1f8 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Wed, 29 Jun 2011 13:57:07 +0200 Subject: [PATCH] Fix up tmpfiles.d permissions properly --- tmpfiles.d/legacy.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmpfiles.d/legacy.conf b/tmpfiles.d/legacy.conf index fe2155d4..c357b189 100644 --- a/tmpfiles.d/legacy.conf +++ b/tmpfiles.d/legacy.conf @@ -17,6 +17,6 @@ # On modern systems a BSD file lock is a better choice if # serialization is needed on those devices. -d /run/lock 1755 root root - +d /run/lock 1777 root root - d /run/lock/subsys 0755 root root - -d /run/lock/lockdev 0775 root lock - +d /run/lock/lockdev 0775 root root - -- 2.39.5