diff --git a/booleans-targeted.conf b/booleans-targeted.conf index bba642c..45b6fc4 100644 --- a/booleans-targeted.conf +++ b/booleans-targeted.conf @@ -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 diff --git a/selinux-policy.spec b/selinux-policy.spec index 7101ccc..a026e91 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -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 2.3.2-2 +- Multiple fixes + * Fri Jul 7 2006 Dan Walsh 2.3.2-1 - Update to upstream