summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2004-11-24 00:57:28 +0000
committerChris PeBenito <pebenito@gentoo.org>2004-11-24 00:57:28 +0000
commit08dcddfb35eb14eb51de1bf095913291bed6f504 (patch)
treefe8c4df07cb9a84c049745a24417e92102fc2cea /profiles/selinux/make.defaults
parentNew version. Credits go to Marcus Hanwell <gentoo@cryos.net>. (Manifest recom... (diff)
downloadgentoo-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.defaults14
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"