[PATCH] selinux: Reduce memory use by avtab
[deliverable/linux.git] / security / selinux / include / security.h
index 71c0a19c97538da142962be9a458b259205c1d80..5f016c98056f53e35491c779fcb3dd2dc23c54c9 100644 (file)
 #define POLICYDB_VERSION_NLCLASS       18
 #define POLICYDB_VERSION_VALIDATETRANS 19
 #define POLICYDB_VERSION_MLS           19
+#define POLICYDB_VERSION_AVTAB         20
 
 /* Range of policy versions we understand*/
 #define POLICYDB_VERSION_MIN   POLICYDB_VERSION_BASE
-#define POLICYDB_VERSION_MAX   POLICYDB_VERSION_MLS
+#define POLICYDB_VERSION_MAX   POLICYDB_VERSION_AVTAB
 
 #ifdef CONFIG_SECURITY_SELINUX_BOOTPARAM
 extern int selinux_enabled;
This page took 0.033623 seconds and 5 git commands to generate.