- Allow secadm_t ability to relabel all files
- Allow ftp to search xferlog_t directories - Allow mysql to communicate with ldap - Allow rsync to bind to rsync_port_t
This commit is contained in:
parent
a442ed4616
commit
c53f3b88ff
@ -75,6 +75,13 @@ mcs = base
|
||||
#
|
||||
selinux = base
|
||||
|
||||
# Layer: admin
|
||||
# Module: prelink
|
||||
#
|
||||
# Manage temporary directory sizes and file ages
|
||||
#
|
||||
prelink = base
|
||||
|
||||
# Layer: system
|
||||
# Module: files
|
||||
# Required in base
|
||||
@ -135,6 +142,13 @@ readahead = base
|
||||
#
|
||||
kudzu = base
|
||||
|
||||
# Layer: kernel
|
||||
# Module: bootloader
|
||||
#
|
||||
# Policy for the kernel modules, kernel image, and bootloader.
|
||||
#
|
||||
bootloader = base
|
||||
|
||||
# Layer: admin
|
||||
# Module: updfstab
|
||||
#
|
||||
@ -149,6 +163,13 @@ updfstab = base
|
||||
#
|
||||
netutils = base
|
||||
|
||||
# Layer: admin
|
||||
# Module: alsa
|
||||
#
|
||||
# Ainit ALSA configuration tool
|
||||
#
|
||||
alsa = off
|
||||
|
||||
# Layer: admin
|
||||
# Module: vpn
|
||||
#
|
||||
@ -269,13 +290,6 @@ loadkeys = base
|
||||
#
|
||||
webalizer = base
|
||||
|
||||
# Layer: kernel
|
||||
# Module: bootloader
|
||||
#
|
||||
# Policy for the kernel modules, kernel image, and bootloader.
|
||||
#
|
||||
bootloader = base
|
||||
|
||||
# Layer: kernel
|
||||
# Module: storage
|
||||
#
|
||||
|
@ -16,7 +16,7 @@
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 2.2.29
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -324,6 +324,12 @@ ln -sf ../devel/include /usr/share/selinux/strict/include
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 10 2006 Dan Walsh <dwalsh@redhat.com> 2.2.29-6
|
||||
- Allow secadm_t ability to relabel all files
|
||||
- Allow ftp to search xferlog_t directories
|
||||
- Allow mysql to communicate with ldap
|
||||
- Allow rsync to bind to rsync_port_t
|
||||
|
||||
* Mon Apr 10 2006 Russell Coker <rcoker@redhat.com> 2.2.29-5
|
||||
- Fixed mailman with Postfix #183928
|
||||
- Allowed semanage to create file_context files.
|
||||
|
Loading…
Reference in New Issue
Block a user