chiark / gitweb /
core: add Personality= option for units to set the personality for spawned processes
[elogind.git] / src / shared / exit-status.c
index ef2d63f57de4362d15b4c5525819a8786cfb568d..8b096da7e1b275e4f7130ac1a725dd622bb5ffd0 100644 (file)
@@ -130,6 +130,12 @@ const char* exit_status_to_string(ExitStatus status, ExitStatusLevel level) {
 
                 case EXIT_SECCOMP:
                         return "SECCOMP";
+
+                case EXIT_SELINUX_CONTEXT:
+                        return "SELINUX_CONTEXT";
+
+                case EXIT_PERSONALITY:
+                        return "PERSONALITY";
                 }
         }