diff options
author | Gordon Malm <gengor@gentoo.org> | 2009-07-16 18:57:30 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2009-07-16 18:57:30 +0000 |
commit | 9818f2257ec6eacda3ee1e99b2aa07c51218e2fc (patch) | |
tree | d47d97c34d7fc7c616bf3a6ce6d7a62426ef29d6 /profiles | |
parent | stable x86, bug 278039 (diff) | |
download | gentoo-2-9818f2257ec6eacda3ee1e99b2aa07c51218e2fc.tar.gz gentoo-2-9818f2257ec6eacda3ee1e99b2aa07c51218e2fc.tar.bz2 gentoo-2-9818f2257ec6eacda3ee1e99b2aa07c51218e2fc.zip |
Mask glibc-2.10 and greater on selinux profiles on behalf of PeBenito
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/selinux/2007.0/amd64/hardened/package.mask | 4 | ||||
-rw-r--r-- | profiles/selinux/2007.0/x86/hardened/package.mask | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/selinux/2007.0/amd64/hardened/package.mask b/profiles/selinux/2007.0/amd64/hardened/package.mask index 024d56112bb0..cf96b69aac3b 100644 --- a/profiles/selinux/2007.0/amd64/hardened/package.mask +++ b/profiles/selinux/2007.0/amd64/hardened/package.mask @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2007.0/amd64/hardened/package.mask,v 1.1 2007/06/17 20:42:02 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2007.0/amd64/hardened/package.mask,v 1.2 2009/07/16 18:57:30 gengor Exp $ # Mask off gcc-4 for all hardened arches until SSP is sorted out (i.e. # backport for gcc-4.0 and 4.0/4.1 rigged for SSP support in the C @@ -18,3 +18,5 @@ # 2006-03-13 kevquinn =sys-libs/glibc-2.4* +# Patch fails, mask for now. Bug #270274. +>=sys-libs/glibc-2.10 diff --git a/profiles/selinux/2007.0/x86/hardened/package.mask b/profiles/selinux/2007.0/x86/hardened/package.mask index 183677ce6144..e484bb46c131 100644 --- a/profiles/selinux/2007.0/x86/hardened/package.mask +++ b/profiles/selinux/2007.0/x86/hardened/package.mask @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2007.0/x86/hardened/package.mask,v 1.1 2007/06/17 20:42:02 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2007.0/x86/hardened/package.mask,v 1.2 2009/07/16 18:57:29 gengor Exp $ # Mask off gcc-4 for all hardened arches until SSP is sorted out (i.e. # backport for gcc-4.0 and 4.0/4.1 rigged for SSP support in the C @@ -18,3 +18,5 @@ # 2006-03-13 kevquinn =sys-libs/glibc-2.4* +# Patch fails, mask for now. Bug #270274. +>=sys-libs/glibc-2.10 |