packages: kernel/kernel-multiarch.config - DAC instead of SELinux as defaul...
arekm
arekm at pld-linux.org
Fri Oct 22 10:48:14 CEST 2010
Author: arekm Date: Fri Oct 22 08:48:14 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- DAC instead of SELinux as default security
---- Files affected:
packages/kernel:
kernel-multiarch.config (1.46 -> 1.47)
---- Diffs:
================================================================
Index: packages/kernel/kernel-multiarch.config
diff -u packages/kernel/kernel-multiarch.config:1.46 packages/kernel/kernel-multiarch.config:1.47
--- packages/kernel/kernel-multiarch.config:1.46 Fri Oct 22 10:46:00 2010
+++ packages/kernel/kernel-multiarch.config Fri Oct 22 10:48:09 2010
@@ -6627,12 +6627,12 @@
#- 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 ***
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel-multiarch.config?r1=1.46&r2=1.47&f=u
More information about the pld-cvs-commit
mailing list