[Devel] [PATCH RHEL7 COMMIT] Revert "Kconfig: disable SELinux"

Konstantin Khorenko khorenko at virtuozzo.com
Wed Jan 17 12:59:04 MSK 2018


The commit is pushed to "branch-rh7-3.10.0-693.11.6.vz7.42.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-693.11.6.vz7.42.1
------>
commit f18e96e8cabd5cdab762f7db9b5521294e5a96f3
Author: Konstantin Khorenko <khorenko at virtuozzo.com>
Date:   Tue Jan 16 14:21:06 2018 +0300

    Revert "Kconfig: disable SELinux"
    
    This reverts commit 939ddf72d5d49659bd723f6cf680f103a58fdae5.
    
    Let's enable SELinux in kernel, it should not harm nowadays
    but allow people to configure SELinux - at least on host.
    
    https://jira.sw.ru/browse/PSBM-80637
    
    Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
 security/selinux/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/selinux/Kconfig b/security/selinux/Kconfig
index 00bbeeacb64b..bca1b74a4a2f 100644
--- a/security/selinux/Kconfig
+++ b/security/selinux/Kconfig
@@ -1,6 +1,6 @@
 config SECURITY_SELINUX
 	bool "NSA SELinux Support"
-	depends on SECURITY_NETWORK && AUDIT && NET && INET && !VE
+	depends on SECURITY_NETWORK && AUDIT && NET && INET
 	select NETWORK_SECMARK
 	default n
 	help


More information about the Devel mailing list