chiark / gitweb /
udev/rules: setup tty permissions and group for sclp_line, ttysclp and 3270/tty
[elogind.git] / src / shared / exit-status.h
index dde5bdda8b0836faf0e855a1a265224607962a43..e7f12032ec3ad1e5f731b0142d60778499e2e1af 100644 (file)
@@ -69,7 +69,9 @@ typedef enum ExitStatus {
         EXIT_NO_NEW_PRIVILEGES,
         EXIT_SECCOMP,
         EXIT_SELINUX_CONTEXT,
-        EXIT_PERSONALITY  /* 230 */
+        EXIT_PERSONALITY,  /* 230 */
+        EXIT_APPARMOR_PROFILE,
+        EXIT_ADDRESS_FAMILIES,
 } ExitStatus;
 
 typedef enum ExitStatusLevel {