diff options
author | 2005-03-30 01:25:19 +0000 | |
---|---|---|
committer | 2005-03-30 01:25:19 +0000 | |
commit | a553c5b2e752119edc7f61483a12230de72d92ff (patch) | |
tree | 7aa5c4ac35f2a19fdaa25d15eee2a0f59e83d3a7 /profiles/selinux | |
parent | ebuild cleanup -> bug #81865 (diff) | |
download | gentoo-2-a553c5b2e752119edc7f61483a12230de72d92ff.tar.gz gentoo-2-a553c5b2e752119edc7f61483a12230de72d92ff.tar.bz2 gentoo-2-a553c5b2e752119edc7f61483a12230de72d92ff.zip |
disable sandbox until the segfaulting with libselinux can be fixed
Diffstat (limited to 'profiles/selinux')
-rw-r--r-- | profiles/selinux/2004.1/x86/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/selinux/2004.1/x86/make.defaults b/profiles/selinux/2004.1/x86/make.defaults index e5820939e589..42bc953a641e 100644 --- a/profiles/selinux/2004.1/x86/make.defaults +++ b/profiles/selinux/2004.1/x86/make.defaults @@ -1,10 +1,10 @@ # 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/make.defaults,v 1.8 2004/11/24 00:57:28 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86/make.defaults,v 1.9 2005/03/30 01:25:19 pebenito Exp $ USE="x86" GRP_STAGE23_USE="x86" ARCH="x86" ACCEPT_KEYWORDS="x86" -FEATURES="sandbox" +#FEATURES="sandbox" |