- Multiple fixes
This commit is contained in:
parent
8bee3a4a58
commit
d819090e1f
@ -22,14 +22,6 @@ allow_ftpd_use_nfs = false
|
|||||||
#
|
#
|
||||||
allow_ftpd_anon_write = 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 to read temp directory.
|
||||||
#
|
#
|
||||||
allow_gssd_read_tmp = true
|
allow_gssd_read_tmp = true
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.3.2
|
Version: 2.3.2
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
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 }'`
|
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
|
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
|
%triggerpostun strict -- strict <= 2.0.7
|
||||||
%{rebuildpolicy} strict
|
%{rebuildpolicy} strict
|
||||||
|
|
||||||
@ -342,6 +341,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 7 2006 Dan Walsh <dwalsh@redhat.com> 2.3.2-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user