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 | 5485cd49bd4e565eed90183a9c1dd2387a100996 (patch) | |
tree | a866705206ac001673550ad71403086e6916acaf /profiles/selinux | |
parent | move packages.build to selinux parent dir (diff) | |
download | gentoo-2-5485cd49bd4e565eed90183a9c1dd2387a100996.tar.gz gentoo-2-5485cd49bd4e565eed90183a9c1dd2387a100996.tar.bz2 gentoo-2-5485cd49bd4e565eed90183a9c1dd2387a100996.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" |