diff options
-rw-r--r-- | profiles/base/use.mask | 1 | ||||
-rw-r--r-- | profiles/hardened/use.mask | 5 | ||||
-rw-r--r-- | profiles/selinux/use.mask | 3 | ||||
-rw-r--r-- | profiles/uclibc/use.mask | 2 |
4 files changed, 9 insertions, 2 deletions
diff --git a/profiles/base/use.mask b/profiles/base/use.mask index d5bee940875a..69a8dcb0538b 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,4 +1,5 @@ # profile specific USE flags +hardened selinux uclibc diff --git a/profiles/hardened/use.mask b/profiles/hardened/use.mask index ba1e48a0bacc..54d6e6743c87 100644 --- a/profiles/hardened/use.mask +++ b/profiles/hardened/use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/use.mask,v 1.18 2007/06/22 18:53:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/use.mask,v 1.19 2007/07/27 02:20:09 vapier Exp $ emul-linux-x86 @@ -16,3 +16,6 @@ cman # tcc is x86-only tcc + +# we love this stuff +-hardened diff --git a/profiles/selinux/use.mask b/profiles/selinux/use.mask index 9cb212fc5ac9..c040dbbb9b50 100644 --- a/profiles/selinux/use.mask +++ b/profiles/selinux/use.mask @@ -1,12 +1,13 @@ # Copyright 2004-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/use.mask,v 1.7 2007/06/22 18:53:03 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/use.mask,v 1.8 2007/07/27 02:20:09 vapier Exp $ # This file masks out USE flags that are simply NOT allowed in the default # profile for any architecture. This works, for example, if a non-default # profile (such as the selinux profiles) have a USE flag associated with # them. +-hardened -selinux # disallow posix acl since this is SELinux diff --git a/profiles/uclibc/use.mask b/profiles/uclibc/use.mask index f93b78e984d7..aa23eee4f774 100644 --- a/profiles/uclibc/use.mask +++ b/profiles/uclibc/use.mask @@ -8,3 +8,5 @@ emul-linux-x86 -elibc_uclibc elibc_glibc + +-hardened |