diff options
Diffstat (limited to 'profiles/features/selinux/packages')
-rw-r--r-- | profiles/features/selinux/packages | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/profiles/features/selinux/packages b/profiles/features/selinux/packages new file mode 100644 index 00000000..a566ba59 --- /dev/null +++ b/profiles/features/selinux/packages @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/packages,v 1.2 2011/08/09 04:29:55 zmedico Exp $ + +# This file extends the base packages file for the default profile that all +# architectures will enjoy. Please note that default is what most architectures +# will have. Some will have an selinux profile (see ${PORTDIR}/profiles/selinux). +# The idea is to only create a new family of profiles when absolutely necessary. + +*sys-apps/busybox +*sys-apps/hdparm +*sys-apps/man-pages + +############################################################################## +# Basic SELinux required versionings + +# Base SELinux packages +*sys-libs/libsepol +*sys-libs/libselinux +*sys-libs/libsemanage +*sys-apps/checkpolicy +*sys-apps/policycoreutils +*sec-policy/selinux-base-policy + +# SELinux-aware packages +*>=sys-apps/util-linux-2.12 +*>=sys-libs/pam-0.77 |