]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/exit-status.h
core: Add AppArmor profile switching
[thirdparty/systemd.git] / src / shared / exit-status.h
index dde5bdda8b0836faf0e855a1a265224607962a43..de379f1aa00836743d9aee0e97c3106a2bea5558 100644 (file)
@@ -69,7 +69,8 @@ typedef enum ExitStatus {
         EXIT_NO_NEW_PRIVILEGES,
         EXIT_SECCOMP,
         EXIT_SELINUX_CONTEXT,
-        EXIT_PERSONALITY  /* 230 */
+        EXIT_PERSONALITY,  /* 230 */
+        EXIT_APPARMOR_PROFILE
 } ExitStatus;
 
 typedef enum ExitStatusLevel {