summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sudo_debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sudo_debug.h b/include/sudo_debug.h
index b598aefd0..399602b8f 100644
--- a/include/sudo_debug.h
+++ b/include/sudo_debug.h
@@ -85,6 +85,7 @@ struct sudo_conf_debug_file_list;
#define SUDO_DEBUG_SELINUX (12<<6) /* selinux */
#define SUDO_DEBUG_UTIL (13<<6) /* utility functions */
#define SUDO_DEBUG_UTMP (14<<6) /* utmp file ops */
+#define SUDO_DEBUG_APPARMOR (15<<6) /* AppArmor */
#define SUDO_DEBUG_ALL 0xffff0000 /* all subsystems */
/* Error return for sudo_debug_register(). */