diff options
Diffstat (limited to 'profiles/selinux/2004.1/x86-uclibc')
-rw-r--r-- | profiles/selinux/2004.1/x86-uclibc/make.defaults | 10 | ||||
-rw-r--r-- | profiles/selinux/2004.1/x86-uclibc/packages | 16 | ||||
-rw-r--r-- | profiles/selinux/2004.1/x86-uclibc/parent | 5 | ||||
-rw-r--r-- | profiles/selinux/2004.1/x86-uclibc/use.mask | 9 | ||||
-rw-r--r-- | profiles/selinux/2004.1/x86-uclibc/virtuals | 7 |
5 files changed, 47 insertions, 0 deletions
diff --git a/profiles/selinux/2004.1/x86-uclibc/make.defaults b/profiles/selinux/2004.1/x86-uclibc/make.defaults new file mode 100644 index 000000000000..a1e1687e5839 --- /dev/null +++ b/profiles/selinux/2004.1/x86-uclibc/make.defaults @@ -0,0 +1,10 @@ +# Copyright 1999-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86-uclibc/make.defaults,v 1.1 2005/02/01 00:29:24 pebenito Exp $ + +USE="x86 uclibc" +GRP_STAGE23_USE="x86 uclibc" + +ARCH="x86" +ACCEPT_KEYWORDS="x86" +FEATURES="" diff --git a/profiles/selinux/2004.1/x86-uclibc/packages b/profiles/selinux/2004.1/x86-uclibc/packages new file mode 100644 index 000000000000..81df884c09dc --- /dev/null +++ b/profiles/selinux/2004.1/x86-uclibc/packages @@ -0,0 +1,16 @@ +# Copyright 1999-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86-uclibc/packages,v 1.1 2005/02/01 00:29:24 pebenito Exp $ + +############################################################################## +# SELinux required versionings + +# Critical xattr fixes: +>=sys-boot/grub-0.94 + +# New API SELinux kernels +>=sys-kernel/hardened-sources-2.4.22 +>=sys-kernel/gentoo-dev-sources-2.6.0 +############################################################################## + +*sys-devel/bin86 diff --git a/profiles/selinux/2004.1/x86-uclibc/parent b/profiles/selinux/2004.1/x86-uclibc/parent new file mode 100644 index 000000000000..e64c1203cba5 --- /dev/null +++ b/profiles/selinux/2004.1/x86-uclibc/parent @@ -0,0 +1,5 @@ +# Copyright 1999-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86-uclibc/parent,v 1.1 2005/02/01 00:29:24 pebenito Exp $ + +.. diff --git a/profiles/selinux/2004.1/x86-uclibc/use.mask b/profiles/selinux/2004.1/x86-uclibc/use.mask new file mode 100644 index 000000000000..110daec1e341 --- /dev/null +++ b/profiles/selinux/2004.1/x86-uclibc/use.mask @@ -0,0 +1,9 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86-uclibc/use.mask,v 1.1 2005/02/01 00:29:24 pebenito Exp $ + +# disallow posix acl since this is SELinux +acl + +# PPC instructions +altivec diff --git a/profiles/selinux/2004.1/x86-uclibc/virtuals b/profiles/selinux/2004.1/x86-uclibc/virtuals new file mode 100644 index 000000000000..056c0f56eadf --- /dev/null +++ b/profiles/selinux/2004.1/x86-uclibc/virtuals @@ -0,0 +1,7 @@ +# Copyright 1999-2004 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/2004.1/x86-uclibc/virtuals,v 1.1 2005/02/01 00:29:24 pebenito Exp $ + +virtual/bootloader sys-boot/grub +virtual/libc sys-libs/uclibc +virtual/linux-sources sys-kernel/hardened-dev-sources |