login: make sure /run/nologin has correct SELinux label
authorMichal Sekletar <msekleta@redhat.com>
Fri, 4 Dec 2015 21:29:38 +0000 (22:29 +0100)
committerMichal Sekletar <msekleta@redhat.com>
Fri, 4 Dec 2015 21:29:38 +0000 (22:29 +0100)
src/login/logind-dbus.c

index d0875cf..c1643cf 100644 (file)
@@ -1820,7 +1820,7 @@ static int nologin_timeout_handler(
 
         log_info("Creating /run/nologin, blocking further logins...");
 
-        r = write_string_file("/run/nologin", "System is going down.", WRITE_STRING_FILE_CREATE|WRITE_STRING_FILE_ATOMIC);
+        r = write_string_file_atomic_label("/run/nologin", "System is going down.");
         if (r < 0)
                 log_error_errno(r, "Failed to create /run/nologin: %m");
         else