- Multiple fixes

This commit is contained in:
Daniel J Walsh 2006-07-12 02:50:30 +00:00
parent 8bee3a4a58
commit d819090e1f
2 changed files with 4 additions and 10 deletions

View File

@ -22,14 +22,6 @@ allow_ftpd_use_nfs = false
#
allow_ftpd_anon_write = false
# Allow ftpd to read cifs directories.
#
allow_ftpd_use_cifs = false
# Allow ftpd to read nfs directories.
#
allow_ftpd_use_nfs = false
# Allow gssd to read temp directory.
#
allow_gssd_read_tmp = true

View File

@ -16,7 +16,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 2.3.2
Release: 1
Release: 2
License: GPL
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -332,7 +332,6 @@ cd /usr/share/selinux/strict
x=`ls *.pp | grep -v -e base.pp -e enableaudit.pp | awk '{ print "-i " $1 }'`
semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init -r libraries -r locallogin -r logging -r lvm -r miscfiles -r modutils -r mount -r mta -r netutils -r selinuxutil -r storage -r sysnetwork -r udev -r userdomain -r vpnc -r xend $x -s strict
%triggerpostun strict -- strict <= 2.0.7
%{rebuildpolicy} strict
@ -342,6 +341,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif
%changelog
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-2
- Multiple fixes
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-1
- Update to upstream