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 | |
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.
-rw-r--r-- | profiles/selinux/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/selinux/make.defaults | 11 |
2 files changed, 7 insertions, 10 deletions
diff --git a/profiles/selinux/ChangeLog b/profiles/selinux/ChangeLog index ee5b5f63a3b8..11ba81daa900 100644 --- a/profiles/selinux/ChangeLog +++ b/profiles/selinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/sparc-fbsd profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/ChangeLog,v 1.6 2009/08/10 13:31:08 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/ChangeLog,v 1.7 2009/08/10 17:07:09 pebenito Exp $ + + 10 Aug 2009; Chris PeBenito <pebenito@gentoo.org> make.defaults: + Clean up top level make.defaults and add back the missing PORTAGE_T + variable. 10 Aug 2009; Chris PeBenito <pebenito@gentoo.org> package.mask: SELinux code issues in portage 2.2_rc38. 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" |