]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- DAC instead of SELinux as default security
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 22 Oct 2010 08:48:09 +0000 (08:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-multiarch.config -> 1.47

kernel-multiarch.config

index 9732a21de541be684496896064e0c9b8b8e928c6..ca6e0226088853c3f91a748b07975bec1f342534 100644 (file)
@@ -6627,12 +6627,12 @@ LSM_MMAP_MIN_ADDR all=0 x86_64=65536 i386=65536 sparc64=8192 ppc=65536
 #- file security/tomoyo/Kconfig goes here
 #- file security/apparmor/Kconfig goes here
 #- file security/integrity/ima/Kconfig goes here
-DEFAULT_SECURITY_SELINUX all=y
+DEFAULT_SECURITY_SELINUX all=n
 DEFAULT_SECURITY_SMACK all=n
 DEFAULT_SECURITY_TOMOYO all=n
 DEFAULT_SECURITY_APPARMOR=n
-DEFAULT_SECURITY_DAC all=n
-CONFIG_DEFAULT_SECURITY all="selinux"
+DEFAULT_SECURITY_DAC all=y
+DEFAULT_SECURITY all=""
 
 #-
 #- *** FILE: security/apparmor/Kconfig ***
This page took 0.085735 seconds and 4 git commands to generate.