diff options
author | James Morris <james.l.morris@oracle.com> | 2015-10-22 11:17:50 +1100 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2015-10-22 11:17:50 +1100 |
commit | a47c7a6c8aff0563c0ef4adf299268f3c27af0f6 (patch) | |
tree | 0b9233d8daac506b094307683fe27edba0a1f00d /security/selinux/Kconfig | |
parent | 083c1290ca73666ce1b551cc89d080d060f02ad6 (diff) | |
parent | 63205654c0e05e5ffa1c6eef2fbef21dcabd2185 (diff) |
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into next
Diffstat (limited to 'security/selinux/Kconfig')
-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 int "NSA SELinux checkreqprot default value" depends on SECURITY_SELINUX range 0 1 - default 1 + default 0 help This option sets the default value for the 'checkreqprot' flag that determines whether SELinux checks the protection requested @@ -92,7 +92,7 @@ config SECURITY_SELINUX_CHECKREQPROT_VALUE 'checkreqprot=' boot parameter. It may also be changed at runtime via /selinux/checkreqprot if authorized by policy. - If you are unsure how to answer this question, answer 1. + If you are unsure how to answer this question, answer 0. config SECURITY_SELINUX_POLICYDB_VERSION_MAX bool "NSA SELinux maximum supported policy format version" |