diff options
author | Ned Ludd <solar@gentoo.org> | 2005-04-18 19:46:38 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2005-04-18 19:46:38 +0000 |
commit | 399ee4b1e6a962af33e9c2fcdfa0fcb10b743a25 (patch) | |
tree | 2c3d8282b18a89957bf3526203c81e8346b1b0c6 /profiles/selinux | |
parent | Initial commit. Thank you for the ebuild, Marien Zwart <m_zwart@123mail.org> ... (diff) | |
download | historical-399ee4b1e6a962af33e9c2fcdfa0fcb10b743a25.tar.gz historical-399ee4b1e6a962af33e9c2fcdfa0fcb10b743a25.tar.bz2 historical-399ee4b1e6a962af33e9c2fcdfa0fcb10b743a25.zip |
- removed obsoleted USE pie flag from selinux profiles
Diffstat (limited to 'profiles/selinux')
-rw-r--r-- | profiles/selinux/2004.1/x86/hardened/make.defaults | 8 | ||||
-rw-r--r-- | profiles/selinux/2005.1/x86/hardened/make.defaults | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/profiles/selinux/2004.1/x86/hardened/make.defaults b/profiles/selinux/2004.1/x86/hardened/make.defaults index 82d0799696e2..ea96435e9523 100644 --- a/profiles/selinux/2004.1/x86/hardened/make.defaults +++ b/profiles/selinux/2004.1/x86/hardened/make.defaults @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86/hardened/make.defaults,v 1.2 2004/11/24 02:17:44 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86/hardened/make.defaults,v 1.3 2005/04/18 19:46:38 solar Exp $ -USE="dlloader hardened pic pie" -STAGE1_USE="hardened pic pie" -GRP_STAGE23_USE="hardened pic pie" +USE="dlloader hardened pic" +STAGE1_USE="hardened pic" +GRP_STAGE23_USE="hardened pic" diff --git a/profiles/selinux/2005.1/x86/hardened/make.defaults b/profiles/selinux/2005.1/x86/hardened/make.defaults index 3b5c4e061d49..c57702f40e15 100644 --- a/profiles/selinux/2005.1/x86/hardened/make.defaults +++ b/profiles/selinux/2005.1/x86/hardened/make.defaults @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/x86/hardened/make.defaults,v 1.1 2005/04/02 15:48:25 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2005.1/x86/hardened/make.defaults,v 1.2 2005/04/18 19:46:38 solar Exp $ -USE="dlloader hardened pic pie" -STAGE1_USE="hardened pic pie" -GRP_STAGE23_USE="hardened pic pie" +USE="dlloader hardened pic" +STAGE1_USE="hardened pic" +GRP_STAGE23_USE="hardened pic" |