diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2009-08-10 17:07:09 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2009-08-10 17:07:09 +0000 |
commit | ad12f1e268347db3b3753b37ff872f88dde3dd10 (patch) | |
tree | d90f6881bf60ae0fd05037b3f56de17daca1a8d9 /profiles/selinux/make.defaults | |
parent | Extend GCC 4.3+ patch to include test suite wrt #273531. (diff) | |
download | gentoo-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.defaults | 11 |
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" |