commit: 1ca22dd1b6489786de3fdc6fee2514082b263993 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Tue May 9 12:31:07 2023 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Tue May 9 12:35:39 2023 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1ca22dd1
Remove patch on security/selinux/Kconfig As CONFIG_SECURITY_SELINUX_DISABLE was removed upstream, remove our corresponding patch on it Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 9cb1eb0c..bd7b76ca 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -300,18 +300,6 @@ + See the settings that become available for more details and fine-tuning. + +endmenu -diff --git a/security/selinux/Kconfig b/security/selinux/Kconfig -index 9e921fc72..f29bc13fa 100644 ---- a/security/selinux/Kconfig -+++ b/security/selinux/Kconfig -@@ -26,6 +26,7 @@ config SECURITY_SELINUX_BOOTPARAM - config SECURITY_SELINUX_DISABLE - bool "NSA SELinux runtime disable" - depends on SECURITY_SELINUX -+ depends on !GENTOO_KERNEL_SELF_PROTECTION - select SECURITY_WRITABLE_HOOKS - default n - help -- 2.31.1
