diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-11-22 02:10:35 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-11-22 02:10:35 +0000 |
commit | 2ff6dbe4a789aabf9ce22bcfb15a5fa7cdc1a84b (patch) | |
tree | 8f4db1ff935bd695c0ed9d9d477ba910744961a8 /profiles/selinux | |
parent | move packages.build to selinux parent dir (diff) | |
download | historical-2ff6dbe4a789aabf9ce22bcfb15a5fa7cdc1a84b.tar.gz historical-2ff6dbe4a789aabf9ce22bcfb15a5fa7cdc1a84b.tar.bz2 historical-2ff6dbe4a789aabf9ce22bcfb15a5fa7cdc1a84b.zip |
add stage1 use and sandbox
Diffstat (limited to 'profiles/selinux')
-rw-r--r-- | profiles/selinux/2004.1/amd64/make.defaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/selinux/2004.1/amd64/make.defaults b/profiles/selinux/2004.1/amd64/make.defaults index aee5a0beecaf..bcd3de630191 100644 --- a/profiles/selinux/2004.1/amd64/make.defaults +++ b/profiles/selinux/2004.1/amd64/make.defaults @@ -1,13 +1,14 @@ # 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/amd64/make.defaults,v 1.1 2004/09/20 00:38:34 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/amd64/make.defaults,v 1.2 2004/11/22 02:10:35 pebenito Exp $ USE="amd64 berkdb crypt multilib ncurses pam python readline selinux ssl zlib" +STAGE1_USE="multilib selinux" GRP_STAGE23_USE="amd64 berkdb crypt multilib ncurses pam python readline selinux ssl zlib" ARCH="amd64" ACCEPT_KEYWORDS="amd64" -FEATURES="strict sfperms" +FEATURES="autoconfig sandbox strict sfperms" POLICYDIR="/etc/security/selinux/src/policy" CONF_LIBDIR="lib" |