chiark / gitweb /
exec: Add SELinuxContext configuration item
[elogind.git] / src / shared / exit-status.h
index 1ecf9d57842c1943f6e442e68c49c344f4249f08..e84bfe370464736ba256ae2cfcdafc9212865b09 100644 (file)
@@ -67,7 +67,8 @@ typedef enum ExitStatus {
         EXIT_NETWORK,
         EXIT_NAMESPACE,
         EXIT_NO_NEW_PRIVILEGES,
-        EXIT_SECCOMP
+        EXIT_SECCOMP,
+        EXIT_SELINUX_CONTEXT
 } ExitStatus;
 
 typedef enum ExitStatusLevel {