diff options
Diffstat (limited to 'security/selinux/include/security.h')
| -rw-r--r-- | security/selinux/include/security.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/selinux/include/security.h b/security/selinux/include/security.h index 911954a692fa..aa21ca1721af 100644 --- a/security/selinux/include/security.h +++ b/security/selinux/include/security.h | |||
| @@ -27,7 +27,11 @@ | |||
| 27 | 27 | ||
| 28 | /* Range of policy versions we understand*/ | 28 | /* Range of policy versions we understand*/ |
| 29 | #define POLICYDB_VERSION_MIN POLICYDB_VERSION_BASE | 29 | #define POLICYDB_VERSION_MIN POLICYDB_VERSION_BASE |
| 30 | #define POLICYDB_VERSION_MAX POLICYDB_VERSION_AVTAB | 30 | #ifdef CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX |
| 31 | #define POLICYDB_VERSION_MAX CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX_VALUE | ||
| 32 | #else | ||
| 33 | #define POLICYDB_VERSION_MAX POLICYDB_VERSION_AVTAB | ||
| 34 | #endif | ||
| 31 | 35 | ||
| 32 | extern int selinux_enabled; | 36 | extern int selinux_enabled; |
| 33 | extern int selinux_mls_enabled; | 37 | extern int selinux_mls_enabled; |
