From 83115471178738e2e9d0f7ebe6ea9c014cb68518 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Tue, 10 Oct 2006 13:14:34 +0000 Subject: add FEATURES="loadpolicy" to 2006.1 selinux profiles --- profiles/selinux/alpha/make.defaults | 4 ++-- profiles/selinux/amd64/make.defaults | 4 ++-- profiles/selinux/mips/make.defaults | 1 + profiles/selinux/ppc/make.defaults | 1 + profiles/selinux/sparc/make.defaults | 4 ++-- profiles/selinux/x86/make.defaults | 4 ++-- 6 files changed, 10 insertions(+), 8 deletions(-) (limited to 'profiles/selinux') diff --git a/profiles/selinux/alpha/make.defaults b/profiles/selinux/alpha/make.defaults index 09f750ce925a..2e7eb7d6628d 100644 --- a/profiles/selinux/alpha/make.defaults +++ b/profiles/selinux/alpha/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/alpha/make.defaults,v 1.2 2006/10/10 11:35:53 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/alpha/make.defaults,v 1.3 2006/10/10 13:14:33 pebenito Exp $ ARCH="alpha" ACCEPT_KEYWORDS="alpha" @@ -9,7 +9,7 @@ CHOST="alpha-unknown-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" -FEATURES="sandbox sfperms" +FEATURES="sandbox sfperms loadpolicy" USE="berkdb crypt ipv6 ncurses nls pam python readline ssl tcpd zlib" diff --git a/profiles/selinux/amd64/make.defaults b/profiles/selinux/amd64/make.defaults index 73d0abe9f6a0..24300682cffa 100644 --- a/profiles/selinux/amd64/make.defaults +++ b/profiles/selinux/amd64/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/amd64/make.defaults,v 1.2 2006/10/10 11:35:53 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/amd64/make.defaults,v 1.3 2006/10/10 13:14:33 pebenito Exp $ ARCH="amd64" ACCEPT_KEYWORDS="${ARCH}" @@ -9,7 +9,7 @@ CHOST="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" -FEATURES="sandbox sfperms" +FEATURES="sandbox sfperms loadpolicy" USE="berkdb crypt ipv6 ncurses nls pam python readline ssl tcpd zlib" diff --git a/profiles/selinux/mips/make.defaults b/profiles/selinux/mips/make.defaults index 53172e13a440..430b339ed4b1 100644 --- a/profiles/selinux/mips/make.defaults +++ b/profiles/selinux/mips/make.defaults @@ -1 +1,2 @@ PORTAGE_T="portage_t.merge" +FEATURES="loadpolicy" diff --git a/profiles/selinux/ppc/make.defaults b/profiles/selinux/ppc/make.defaults index 53172e13a440..430b339ed4b1 100644 --- a/profiles/selinux/ppc/make.defaults +++ b/profiles/selinux/ppc/make.defaults @@ -1 +1,2 @@ PORTAGE_T="portage_t.merge" +FEATURES="loadpolicy" diff --git a/profiles/selinux/sparc/make.defaults b/profiles/selinux/sparc/make.defaults index 193cb6f02d6d..ae7e59bf0138 100644 --- a/profiles/selinux/sparc/make.defaults +++ b/profiles/selinux/sparc/make.defaults @@ -1,9 +1,9 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/sparc/make.defaults,v 1.2 2006/10/10 11:35:54 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/sparc/make.defaults,v 1.3 2006/10/10 13:14:34 pebenito Exp $ ARCH="sparc" ACCEPT_KEYWORDS="${ARCH}" -FEATURES="sandbox sfperms" +FEATURES="sandbox sfperms loadpolicy" PORTAGE_T="portage_t.merge" diff --git a/profiles/selinux/x86/make.defaults b/profiles/selinux/x86/make.defaults index 6440e39bc88b..02e23f3581c7 100644 --- a/profiles/selinux/x86/make.defaults +++ b/profiles/selinux/x86/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/x86/make.defaults,v 1.2 2006/10/10 11:35:54 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/x86/make.defaults,v 1.3 2006/10/10 13:14:34 pebenito Exp $ # All extra USE/etc should be specified in sub-profiles. # DO NOT POLLUTE USE ON THIS PROFILE. @@ -12,7 +12,7 @@ CHOST="i686-pc-linux-gnu" CFLAGS="-O2 -mcpu=i686 -pipe" CXXFLAGS="${CFLAGS}" -FEATURES="sandbox sfperms" +FEATURES="sandbox sfperms loadpolicy" USE="berkdb crypt ipv6 ncurses nls pam python readline ssl tcpd zlib" -- cgit v1.2.3-65-gdbad