diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2004-11-24 00:57:28 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2004-11-24 00:57:28 +0000 |
commit | 08dcddfb35eb14eb51de1bf095913291bed6f504 (patch) | |
tree | fe8c4df07cb9a84c049745a24417e92102fc2cea /profiles/selinux/make.defaults | |
parent | New version. Credits go to Marcus Hanwell <gentoo@cryos.net>. (Manifest recom... (diff) | |
download | gentoo-2-08dcddfb35eb14eb51de1bf095913291bed6f504.tar.gz gentoo-2-08dcddfb35eb14eb51de1bf095913291bed6f504.tar.bz2 gentoo-2-08dcddfb35eb14eb51de1bf095913291bed6f504.zip |
restructure make.defaults and add hardened/pie-ssp x86 subprofile
Diffstat (limited to 'profiles/selinux/make.defaults')
-rw-r--r-- | profiles/selinux/make.defaults | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/selinux/make.defaults b/profiles/selinux/make.defaults new file mode 100644 index 000000000000..cc22c0073e98 --- /dev/null +++ b/profiles/selinux/make.defaults @@ -0,0 +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/make.defaults,v 1.1 2004/11/24 00:57:28 pebenito Exp $ + +USE="berkdb crypt ncurses pam python readline selinux ssl zlib" +STAGE1_USE="selinux" +GRP_STAGE23_USE="berkdb crypt ncurses pam python readline selinux ssl zlib" + +FEATURES="autoconfig strict sfperms" +POLICYDIR="/etc/security/selinux/src/policy" + +PORTAGE_T="portage_t" +PORTAGE_FETCH_T="portage_fetch_t" +PORTAGE_SANDBOX_T="portage_sandbox_t" |