- Fixes to allow automount to use portmap
- Fixes to start kernel in s0-s15:c0.c255
This commit is contained in:
parent
1c86025686
commit
9ce97af9cc
@ -282,6 +282,13 @@ rshd = base
|
||||
#
|
||||
cpucontrol = base
|
||||
|
||||
# Layer: services
|
||||
# Module: vbetool
|
||||
#
|
||||
# run real-mode video BIOS code to alter hardware state
|
||||
#
|
||||
vbetool = base
|
||||
|
||||
# Layer: services
|
||||
# Module: bind
|
||||
#
|
||||
@ -382,6 +389,13 @@ remotelogin = base
|
||||
#
|
||||
telnet = base
|
||||
|
||||
# Layer: services
|
||||
# Module: irqbalance
|
||||
#
|
||||
# IRQ balancing daemon
|
||||
#
|
||||
irqbalance = base
|
||||
|
||||
# Layer: services
|
||||
# Module: mailman
|
||||
#
|
||||
@ -452,6 +466,13 @@ networkmanager = base
|
||||
#
|
||||
inn = base
|
||||
|
||||
# Layer: services
|
||||
# Module: sysstat
|
||||
#
|
||||
# Policy for sysstat. Reports on various system states
|
||||
#
|
||||
sysstat = base
|
||||
|
||||
# Layer: services
|
||||
# Module: comsat
|
||||
#
|
||||
@ -473,6 +494,13 @@ squid = base
|
||||
#
|
||||
zebra = base
|
||||
|
||||
# Layer: services
|
||||
# Module: xfs
|
||||
#
|
||||
# X Windows Font Server
|
||||
#
|
||||
xfs = off
|
||||
|
||||
# Layer: services
|
||||
# Module: ktalk
|
||||
#
|
||||
@ -501,6 +529,13 @@ lpd = base
|
||||
#
|
||||
cyrus = base
|
||||
|
||||
# Layer: services
|
||||
# Module: rdisc
|
||||
#
|
||||
# Network router discovery daemon
|
||||
#
|
||||
rdisc = base
|
||||
|
||||
# Layer: services
|
||||
# Module: xdm
|
||||
#
|
||||
@ -550,6 +585,13 @@ mta = base
|
||||
#
|
||||
postfix = base
|
||||
|
||||
# Layer: services
|
||||
# Module: fetchmail
|
||||
#
|
||||
# Remote-mail retrieval and forwarding utility
|
||||
#
|
||||
fetchmail = base
|
||||
|
||||
# Layer: services
|
||||
# Module: ntp
|
||||
#
|
||||
@ -599,6 +641,13 @@ apache = base
|
||||
#
|
||||
rsync = base
|
||||
|
||||
# Layer: services
|
||||
# Module: automount
|
||||
#
|
||||
# Filesystem automounter service.
|
||||
#
|
||||
automount = base
|
||||
|
||||
# Layer: services
|
||||
# Module: kerberos
|
||||
#
|
||||
@ -873,3 +922,9 @@ miscfiles = base
|
||||
#
|
||||
ipsec = base
|
||||
|
||||
# Layer: apps
|
||||
# Module: java
|
||||
#
|
||||
# java executable
|
||||
#
|
||||
java = off
|
||||
|
@ -7,7 +7,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 2.1.6
|
||||
Release: 3
|
||||
Release: 4
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -40,6 +40,7 @@ Prereq: coreutils
|
||||
SELinux Reference policy targeted base module.
|
||||
|
||||
%define installCmds() \
|
||||
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} bare \
|
||||
cp -f ${RPM_SOURCE_DIR}/modules-%1.conf ./policy/modules.conf \
|
||||
cp -f ${RPM_SOURCE_DIR}/booleans-%1.conf ./policy/booleans.conf \
|
||||
make NAME=%1 TYPE=%2 DISTRO=%{distro} DIRECT_INITRC=%3 MONOLITHIC=%{monolithic} base.pp \
|
||||
@ -242,6 +243,10 @@ SELinux Reference policy strict base module.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.5-4
|
||||
- Fixes to allow automount to use portmap
|
||||
- Fixes to start kernel in s0-s15:c0.c255
|
||||
|
||||
* Wed Dec 14 2005 Dan Walsh <dwalsh@redhat.com> 2.1.5-3
|
||||
- Add java unconfined/execmem policy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user