diff options
author | 2014-05-03 16:26:59 +0000 | |
---|---|---|
committer | 2014-05-03 16:26:59 +0000 | |
commit | d3cc9d1adf342922e8b32cec792366c923aca111 (patch) | |
tree | df1888be7c29900b7f9aef6a7f0d55534135f68e /profiles | |
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')
-rw-r--r-- | profiles/features/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/features/selinux/make.defaults | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/profiles/features/ChangeLog b/profiles/features/ChangeLog index 286e9773f702..9fe6ad121bfa 100644 --- a/profiles/features/ChangeLog +++ b/profiles/features/ChangeLog @@ -1,6 +1,10 @@ # 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.78 2014/03/27 00:02:49 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.79 2014/05/03 16:26:59 swift Exp $ + + 03 May 2014; Sven Vermeulen <swift@gentoo.org> selinux/make.defaults: + Have unconfined as a default USE flag (needed because targeted is a default + policy store) 27 Mar 2014; Andreas K. Huettel <dilfridge@gentoo.org> +32bit-native/eapi, +32bit-userland/eapi, +64bit-native/eapi, +eapi, +multilib/eapi, 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" |