summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris PeBenito <pebenito@gentoo.org>2004-05-07 21:21:17 +0000
committerChris PeBenito <pebenito@gentoo.org>2004-05-07 21:21:17 +0000
commitc138450024c83d2dbaa9a69f7349b3b49e58ca01 (patch)
tree3741e5582858fae47ce207c94434939294469e5b /profiles
parentRemove S= (Manifest recommit) (diff)
downloadgentoo-2-c138450024c83d2dbaa9a69f7349b3b49e58ca01.tar.gz
gentoo-2-c138450024c83d2dbaa9a69f7349b3b49e58ca01.tar.bz2
gentoo-2-c138450024c83d2dbaa9a69f7349b3b49e58ca01.zip
add settings so portage can correctly drop privs
Diffstat (limited to 'profiles')
-rw-r--r--profiles/selinux/2004.1/ppc/make.defaults5
-rw-r--r--profiles/selinux/2004.1/sparc64/make.defaults5
-rw-r--r--profiles/selinux/2004.1/x86/make.defaults5
3 files changed, 12 insertions, 3 deletions
diff --git a/profiles/selinux/2004.1/ppc/make.defaults b/profiles/selinux/2004.1/ppc/make.defaults
index b1d9c05a32f9..fe93e34e77ee 100644
--- a/profiles/selinux/2004.1/ppc/make.defaults
+++ b/profiles/selinux/2004.1/ppc/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/ppc/make.defaults,v 1.2 2004/03/18 19:21:59 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/ppc/make.defaults,v 1.3 2004/05/07 21:21:17 pebenito Exp $
ARCH="ppc"
CHOST=powerpc-unknown-linux-gnu
@@ -17,3 +17,6 @@ GRP_STAGE23_USE="ppc berkdb crypt ncurses pam python readline selinux ssl tcpd z
ACCEPT_KEYWORDS="ppc"
POLICYDIR="/etc/security/selinux/src/policy"
FEATURES="strict sfperms"
+
+PORTAGE_T="portage_t"
+PORTAGE_FETCH_T="portage_fetch_t"
diff --git a/profiles/selinux/2004.1/sparc64/make.defaults b/profiles/selinux/2004.1/sparc64/make.defaults
index 77eebf358def..8f072ee39fba 100644
--- a/profiles/selinux/2004.1/sparc64/make.defaults
+++ b/profiles/selinux/2004.1/sparc64/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/sparc64/make.defaults,v 1.3 2004/03/18 19:21:59 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/sparc64/make.defaults,v 1.4 2004/05/07 21:21:17 pebenito Exp $
ARCH="sparc"
@@ -20,3 +20,6 @@ ACCEPT_KEYWORDS="sparc"
FEATURES="strict sfperms"
POLICYDIR="/etc/security/selinux/src/policy"
+
+PORTAGE_T="portage_t"
+PORTAGE_FETCH_T="portage_fetch_t"
diff --git a/profiles/selinux/2004.1/x86/make.defaults b/profiles/selinux/2004.1/x86/make.defaults
index 964004936833..2501d4698134 100644
--- a/profiles/selinux/2004.1/x86/make.defaults
+++ b/profiles/selinux/2004.1/x86/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86/make.defaults,v 1.2 2004/03/18 19:21:59 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86/make.defaults,v 1.3 2004/05/07 21:21:17 pebenito Exp $
USE="x86 berkdb crypt ncurses pam python readline selinux ssl tcpd zlib"
GRP_STAGE23_USE="x86 berkdb crypt ncurses pam python readline selinux ssl tcpd zlib"
@@ -10,3 +10,6 @@ COMPILER="gcc3"
ACCEPT_KEYWORDS="x86"
FEATURES="strict sfperms"
POLICYDIR="/etc/security/selinux/src/policy"
+
+PORTAGE_T="portage_t"
+PORTAGE_FETCH_T="portage_fetch_t"