diff options
-rw-r--r-- | security/selinux/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/selinux/Kconfig b/security/selinux/Kconfig index bca1b74a4a2f..8691e92f27e5 100644 --- a/security/selinux/Kconfig +++ b/security/selinux/Kconfig | |||
@@ -78,7 +78,7 @@ config SECURITY_SELINUX_CHECKREQPROT_VALUE | |||
78 | int "NSA SELinux checkreqprot default value" | 78 | int "NSA SELinux checkreqprot default value" |
79 | depends on SECURITY_SELINUX | 79 | depends on SECURITY_SELINUX |
80 | range 0 1 | 80 | range 0 1 |
81 | default 1 | 81 | default 0 |
82 | help | 82 | help |
83 | This option sets the default value for the 'checkreqprot' flag | 83 | This option sets the default value for the 'checkreqprot' flag |
84 | that determines whether SELinux checks the protection requested | 84 | that determines whether SELinux checks the protection requested |
@@ -92,7 +92,7 @@ config SECURITY_SELINUX_CHECKREQPROT_VALUE | |||
92 | 'checkreqprot=' boot parameter. It may also be changed at runtime | 92 | 'checkreqprot=' boot parameter. It may also be changed at runtime |
93 | via /selinux/checkreqprot if authorized by policy. | 93 | via /selinux/checkreqprot if authorized by policy. |
94 | 94 | ||
95 | If you are unsure how to answer this question, answer 1. | 95 | If you are unsure how to answer this question, answer 0. |
96 | 96 | ||
97 | config SECURITY_SELINUX_POLICYDB_VERSION_MAX | 97 | config SECURITY_SELINUX_POLICYDB_VERSION_MAX |
98 | bool "NSA SELinux maximum supported policy format version" | 98 | bool "NSA SELinux maximum supported policy format version" |