From: Tollef Fog Heen Date: Wed, 29 Jun 2011 11:57:07 +0000 (+0200) Subject: Fix up tmpfiles.d permissions properly X-Git-Tag: 29-1~15 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adbcdbb2cd9d888a280ad4819c5a95e48ec0f1f8;p=systemd Fix up tmpfiles.d permissions properly --- 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 -