swift 14/05/17 14:44:03 Modified: make.defaults Log: Drop USE=-acl default from SELinux profile, we do not really care
Revision Changes Path 1.3 profiles/features/selinux/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/make.defaults?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/make.defaults?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/features/selinux/make.defaults?r1=1.2&r2=1.3 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/features/selinux/make.defaults,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- make.defaults 3 May 2014 16:26:59 -0000 1.2 +++ make.defaults 17 May 2014 14:44:03 -0000 1.3 @@ -1,9 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/make.defaults,v 1.2 2014/05/03 16:26:59 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/make.defaults,v 1.3 2014/05/17 14:44:03 swift Exp $ # -USE="-acl selinux unconfined open_perms" +# selinux - Enable SELinux support +# unconfined - Enable unconfined domains, needed due to 'targeted' policy type +# open_perms - Enable open permission in SELinux subsystem +USE="selinux unconfined open_perms" FEATURES="selinux sesandbox sfperms"
