summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2009-08-10 17:07:09 +0000
committerChris PeBenito <pebenito@gentoo.org>2009-08-10 17:07:09 +0000
commitad12f1e268347db3b3753b37ff872f88dde3dd10 (patch)
treed90f6881bf60ae0fd05037b3f56de17daca1a8d9 /profiles/selinux/make.defaults
parentExtend GCC 4.3+ patch to include test suite wrt #273531. (diff)
downloadgentoo-2-ad12f1e268347db3b3753b37ff872f88dde3dd10.tar.gz
gentoo-2-ad12f1e268347db3b3753b37ff872f88dde3dd10.tar.bz2
gentoo-2-ad12f1e268347db3b3753b37ff872f88dde3dd10.zip
Clean up top level selinux make.defaults and add back the missing PORTAGE_T variable.
Diffstat (limited to 'profiles/selinux/make.defaults')
-rw-r--r--profiles/selinux/make.defaults11
1 files changed, 2 insertions, 9 deletions
diff --git a/profiles/selinux/make.defaults b/profiles/selinux/make.defaults
index ff24ac317519..08a36917b003 100644
--- a/profiles/selinux/make.defaults
+++ b/profiles/selinux/make.defaults
@@ -1,20 +1,13 @@
# 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.5 2009/08/08 02:19:11 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/make.defaults,v 1.6 2009/08/10 17:07:09 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="-acl selinux"
FEATURES="selinux sesandbox sfperms loadpolicy"
-POLICYDIR="/etc/security/selinux/src/policy"
POLICY_TYPES="strict targeted"
+PORTAGE_T="portage_t"
PORTAGE_FETCH_T="portage_fetch_t"
PORTAGE_SANDBOX_T="portage_sandbox_t"