blob: 189b69a57a1e0189c1a826bd9d05d666195a9132 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
# Copyright 2002-2006 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/packages,v 1.24 2009/08/08 02:19:11 pebenito 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
# Core Packages
>=sys-apps/portage-2.0.49-r15
>=sys-apps/baselayout-1.8.6.12-r2
>=sys-libs/glibc-2.3
>=sys-libs/uclibc-0.9.26-r8
>=sys-kernel/linux-headers-2.4.20
# 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
>=net-misc/openssh-3.7.1_p2
>=sys-apps/coreutils-5.0.91
>=sys-apps/findutils-4.1.20-r1
>=sys-apps/shadow-4.0.3-r7
*>=sys-apps/util-linux-2.12
*>=sys-libs/pam-0.77
>=sys-process/procps-3.1.15
>=sys-process/psmisc-21.2-r4
# optional SELinux-aware programs:
>=app-admin/logrotate-3.6.5-r1
>=gnome-base/gdm-2.4.4.7
>=sys-process/fcron-2.9.4
>=sys-fs/udev-055
>=sys-process/vixie-cron-3.0.1-r2
# SELinux is integrated in 2.6
>=sys-kernel/vanilla-sources-2.6.0
# Critical xattr fixes:
>=sys-boot/grub-0.94
>=sys-boot/grub-static-0.94
|