diff mbox series

[meta-selinux,2/2] linux-yocto: drop CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE

Message ID 20230425094620.1517154-2-yi.zhao@windriver.com
State New
Headers show
Series [meta-selinux,1/2] setools: upgrade 4.1 -> 4.2 | expand

Commit Message

Yi Zhao April 25, 2023, 9:46 a.m. UTC
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE is deprecated and will be
rejected in a future kernel release[1].

[1] https://github.com/SELinuxProject/selinux-kernel/wiki/DEPRECATE-checkreqprot

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 recipes-kernel/linux/files/selinux.cfg | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-kernel/linux/files/selinux.cfg b/recipes-kernel/linux/files/selinux.cfg
index 7d16dc5..a081095 100644
--- a/recipes-kernel/linux/files/selinux.cfg
+++ b/recipes-kernel/linux/files/selinux.cfg
@@ -26,5 +26,4 @@  CONFIG_SECURITY_SELINUX_BOOTPARAM=y
 CONFIG_SECURITY_SELINUX_DISABLE=y
 CONFIG_SECURITY_SELINUX_DEVELOP=y
 CONFIG_SECURITY_SELINUX_AVC_STATS=y
-CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
 CONFIG_AUDIT_GENERIC=y