apparmor: allow label to carry debug flags
[sfrench/cifs-2.6.git] / security / apparmor / include / policy_unpack.h
index e0e1ca7ebc380f1e9ddfc342cbc4d772f284f627..eb5f7d7f132bb271d1f5682c505c77ad72c947d1 100644 (file)
@@ -28,6 +28,8 @@ void aa_load_ent_free(struct aa_load_ent *ent);
 struct aa_load_ent *aa_load_ent_alloc(void);
 
 #define PACKED_FLAG_HAT                1
+#define PACKED_FLAG_DEBUG1     2
+#define PACKED_FLAG_DEBUG2     4
 
 #define PACKED_MODE_ENFORCE    0
 #define PACKED_MODE_COMPLAIN   1