summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2006-10-08 18:37:25 +0000
committerChris PeBenito <pebenito@gentoo.org>2006-10-08 18:37:25 +0000
commit47b263a67d58d9055a84e9a76c6a0b8d1ed9e656 (patch)
tree40e419641cf9ecb642d8c1d9342bd1719e05b799 /profiles/selinux/make.defaults
parentmerge into toolchain (diff)
downloadhistorical-47b263a67d58d9055a84e9a76c6a0b8d1ed9e656.tar.gz
historical-47b263a67d58d9055a84e9a76c6a0b8d1ed9e656.tar.bz2
historical-47b263a67d58d9055a84e9a76c6a0b8d1ed9e656.zip
add a pile of new selinux profiles
Diffstat (limited to 'profiles/selinux/make.defaults')
-rw-r--r--profiles/selinux/make.defaults18
1 files changed, 12 insertions, 6 deletions
diff --git a/profiles/selinux/make.defaults b/profiles/selinux/make.defaults
index 58a17bf1be23..c200af1a4a39 100644
--- a/profiles/selinux/make.defaults
+++ b/profiles/selinux/make.defaults
@@ -1,14 +1,20 @@
# 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.2 2005/04/01 02:43:50 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/make.defaults,v 1.3 2006/10/08 18:37:25 pebenito Exp $
+#
+# System-wide defaults for the Portage system
+# See portage(5) manpage
+#
+# Please avoid enabling things by default in here if possible. Understand any
+# implications with core packages. For example, if "java" is in USE and db
+# has a conditional dependency on java (which it does,) then a JDK will be
+# pulled in during *emerge system*!
-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"
+USE="selinux"
-FEATURES="autoconfig selinux strict sfperms"
+FEATURES="selinux sesandbox"
POLICYDIR="/etc/security/selinux/src/policy"
-PORTAGE_T="portage_t"
+POLICY_TYPES="strict targeted"
PORTAGE_FETCH_T="portage_fetch_t"
PORTAGE_SANDBOX_T="portage_sandbox_t"