[systemd-devel] [PATCH] tmpfiles: do not make /run/nologin executable

Michał Bartoszkiewicz mbartoszkiewicz at gmail.com
Fri Jan 18 12:33:59 PST 2013


---
 tmpfiles.d/systemd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmpfiles.d/systemd.conf b/tmpfiles.d/systemd.conf
index f3928d6..ee86f2e 100644
--- a/tmpfiles.d/systemd.conf
+++ b/tmpfiles.d/systemd.conf
@@ -21,4 +21,4 @@ d /run/systemd/sessions 0755 root root -
 d /run/systemd/users 0755 root root -
 d /run/systemd/shutdown 0755 root root -
 
-F /run/nologin 0755 - - - "System is booting up."
+F /run/nologin 0644 - - - "System is booting up."
-- 
1.8.1.1



More information about the systemd-devel mailing list