apparmor: fix absroot causing audited secids to begin with =
[platform/kernel/linux-starfive.git] / security / apparmor / include / lib.h
index e2e8df0..f42359f 100644 (file)
  */
 
 #define DEBUG_ON (aa_g_debug)
+/*
+ * split individual debug cases out in preparation for finer grained
+ * debug controls in the future.
+ */
+#define AA_DEBUG_LABEL DEBUG_ON
 #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args)
 #define AA_DEBUG(fmt, args...)                                         \
        do {                                                            \