diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2005-03-30 01:25:19 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2005-03-30 01:25:19 +0000 |
commit | 8916b01647c28f9e9a5aef524840236e21bc3eed (patch) | |
tree | 4ebadb286d547d597f870edc26975d50f42359f2 /profiles/selinux | |
parent | ebuild cleanup -> bug #81865 (diff) | |
download | historical-8916b01647c28f9e9a5aef524840236e21bc3eed.tar.gz historical-8916b01647c28f9e9a5aef524840236e21bc3eed.tar.bz2 historical-8916b01647c28f9e9a5aef524840236e21bc3eed.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" |