diff options
author | Sven Vermeulen <swift@gentoo.org> | 2012-06-20 14:38:44 +0000 |
---|---|---|
committer | Sven Vermeulen <swift@gentoo.org> | 2012-06-20 14:38:44 +0000 |
commit | 035de6caa4d8c07e36a18e7aa847c88858e8ce88 (patch) | |
tree | ee9da1cbe278d5cdd6344c71eceb4ca5667ff466 /profiles/features | |
parent | Stable for amd64, wrt bug #422187 (diff) | |
download | gentoo-2-035de6caa4d8c07e36a18e7aa847c88858e8ce88.tar.gz gentoo-2-035de6caa4d8c07e36a18e7aa847c88858e8ce88.tar.bz2 gentoo-2-035de6caa4d8c07e36a18e7aa847c88858e8ce88.zip |
Cleanup SELinux profile to only contain packages needed for SELinux in system set. Rest is inherited.
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/features/selinux/packages | 20 |
2 files changed, 7 insertions, 19 deletions
diff --git a/profiles/features/ChangeLog b/profiles/features/ChangeLog index 9b3680ce1061..566fcf76c74d 100644 --- a/profiles/features/ChangeLog +++ b/profiles/features/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.37 2012/05/18 18:32:04 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/ChangeLog,v 1.38 2012/06/20 14:38:44 swift Exp $ + + 20 Jun 2012; <swift@gentoo.org> selinux/packages: + Remove duplicate system dependencies, cleaning to only contain + SELinux-specific ones. See #414785 18 May 2012; <swift@gentoo.org> selinux/profile.bashrc: Adding /sys/fs/selinux to SANDBOX_WRITE for SELinux profiles diff --git a/profiles/features/selinux/packages b/profiles/features/selinux/packages index a566ba595039..7d21ab048b20 100644 --- a/profiles/features/selinux/packages +++ b/profiles/features/selinux/packages @@ -1,18 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation. +# Copyright 1999-2012 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 +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/packages,v 1.3 2012/06/20 14:38:44 swift Exp $ # Base SELinux packages *sys-libs/libsepol @@ -21,7 +9,3 @@ *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 |