- 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:
Daniel J Walsh 2006-04-10 21:10:33 +00:00
parent a442ed4616
commit c53f3b88ff
2 changed files with 28 additions and 8 deletions

View File

@ -75,6 +75,13 @@ mcs = base
# #
selinux = base selinux = base
# Layer: admin
# Module: prelink
#
# Manage temporary directory sizes and file ages
#
prelink = base
# Layer: system # Layer: system
# Module: files # Module: files
# Required in base # Required in base
@ -135,6 +142,13 @@ readahead = base
# #
kudzu = base kudzu = base
# Layer: kernel
# Module: bootloader
#
# Policy for the kernel modules, kernel image, and bootloader.
#
bootloader = base
# Layer: admin # Layer: admin
# Module: updfstab # Module: updfstab
# #
@ -149,6 +163,13 @@ updfstab = base
# #
netutils = base netutils = base
# Layer: admin
# Module: alsa
#
# Ainit ALSA configuration tool
#
alsa = off
# Layer: admin # Layer: admin
# Module: vpn # Module: vpn
# #
@ -269,13 +290,6 @@ loadkeys = base
# #
webalizer = base webalizer = base
# Layer: kernel
# Module: bootloader
#
# Policy for the kernel modules, kernel image, and bootloader.
#
bootloader = base
# Layer: kernel # Layer: kernel
# Module: storage # Module: storage
# #

View File

@ -16,7 +16,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.2.29 Version: 2.2.29
Release: 5 Release: 6
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -324,6 +324,12 @@ ln -sf ../devel/include /usr/share/selinux/strict/include
%endif %endif
%changelog %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 * Mon Apr 10 2006 Russell Coker <rcoker@redhat.com> 2.2.29-5
- Fixed mailman with Postfix #183928 - Fixed mailman with Postfix #183928
- Allowed semanage to create file_context files. - Allowed semanage to create file_context files.