diff options
author | Sven Vermeulen <swift@gentoo.org> | 2014-05-03 16:26:59 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2014-05-03 16:26:59 +0000 |
commit | d3cc9d1adf342922e8b32cec792366c923aca111 (patch) | |
tree | df1888be7c29900b7f9aef6a7f0d55534135f68e /profiles/features/selinux | |
parent | Remove obsolete systemd mask. (diff) | |
download | gentoo-2-d3cc9d1adf342922e8b32cec792366c923aca111.tar.gz gentoo-2-d3cc9d1adf342922e8b32cec792366c923aca111.tar.bz2 gentoo-2-d3cc9d1adf342922e8b32cec792366c923aca111.zip |
Enable unconfined as default USE flag for selinux systems as targeted policy store requires it and is set as default as well
Diffstat (limited to 'profiles/features/selinux')
-rw-r--r-- | profiles/features/selinux/make.defaults | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/features/selinux/make.defaults b/profiles/features/selinux/make.defaults index ebcfce01df00..a6172c18d8a1 100644 --- a/profiles/features/selinux/make.defaults +++ b/profiles/features/selinux/make.defaults @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation. +# 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.1 2011/05/17 10:46:49 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/make.defaults,v 1.2 2014/05/03 16:26:59 swift Exp $ # -USE="-acl selinux open_perms" +USE="-acl selinux unconfined open_perms" FEATURES="selinux sesandbox sfperms" |