summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Vermeulen <swift@gentoo.org>2014-05-17 14:44:03 +0000
committerSven Vermeulen <swift@gentoo.org>2014-05-17 14:44:03 +0000
commit44be7c0ebb11b11abe0208b9fc3069d8107dd2a1 (patch)
tree33ea3094ce6347d6ed20385ff0d3bc31d547e6ca /profiles/features
parentVersion bump. Remove older versions as well. (diff)
downloadgentoo-2-44be7c0ebb11b11abe0208b9fc3069d8107dd2a1.tar.gz
gentoo-2-44be7c0ebb11b11abe0208b9fc3069d8107dd2a1.tar.bz2
gentoo-2-44be7c0ebb11b11abe0208b9fc3069d8107dd2a1.zip
Drop USE=-acl default from SELinux profile, we do not really care
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/ChangeLog5
-rw-r--r--profiles/features/selinux/make.defaults7
2 files changed, 9 insertions, 3 deletions
diff --git a/profiles/features/ChangeLog b/profiles/features/ChangeLog
index 9fe6ad121bfa..a86bf10db7d6 100644
--- a/profiles/features/ChangeLog
+++ b/profiles/features/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/AMD64 profile directory
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.79 2014/05/03 16:26:59 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.80 2014/05/17 14:44:03 swift Exp $
+
+ 17 May 2014; Sven Vermeulen <swift@gentoo.org> selinux/make.defaults:
+ Remove USE=-acl default setting for SELinux profile, we do not really care
03 May 2014; Sven Vermeulen <swift@gentoo.org> selinux/make.defaults:
Have unconfined as a default USE flag (needed because targeted is a default
diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults
index a6172c18d8a1..9a82cc8e569e 100644
--- a/profiles/features/selinux/make.defaults
+++ b/profiles/features/selinux/make.defaults
@@ -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"