- Update to latest from upstream
- Allow selinux-policy to be removed and kernel not to crash
This commit is contained in:
parent
c74f145e08
commit
5ff36d645b
@ -88,7 +88,7 @@ httpd_enable_homedirs = true
|
|||||||
|
|
||||||
# Run SSI execs in system CGI script domain.
|
# Run SSI execs in system CGI script domain.
|
||||||
#
|
#
|
||||||
httpd_ssi_exec = true
|
httpd_ssi_exec = false
|
||||||
|
|
||||||
# Allow http daemon to communicate with the TTY
|
# Allow http daemon to communicate with the TTY
|
||||||
#
|
#
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
%define CHECKPOLICYVER 1.30.1-2
|
%define CHECKPOLICYVER 1.30.1-2
|
||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.2.33
|
Version: 2.2.34
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -233,6 +233,15 @@ SETLOCALDEFS=0
|
|||||||
">> /etc/selinux/config
|
">> /etc/selinux/config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
%postun
|
||||||
|
setenforce 0 2> /dev/null
|
||||||
|
if [ ! -s /etc/selinux/config ]; then
|
||||||
|
echo "SELINUX=disabled" > /etc/selinux/config
|
||||||
|
else
|
||||||
|
sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
%if %{BUILD_TARGETED}
|
%if %{BUILD_TARGETED}
|
||||||
%package targeted
|
%package targeted
|
||||||
Summary: SELinux targeted base policy
|
Summary: SELinux targeted base policy
|
||||||
@ -321,6 +330,10 @@ ln -sf ../devel/include /usr/share/selinux/strict/include
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 19 2006 Dan Walsh <dwalsh@redhat.com> 2.2.34-1
|
||||||
|
- Update to latest from upstream
|
||||||
|
- Allow selinux-policy to be removed and kernel not to crash
|
||||||
|
|
||||||
* Tue Apr 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.33-1
|
* Tue Apr 18 2006 Dan Walsh <dwalsh@redhat.com> 2.2.33-1
|
||||||
- Update to latest from upstream
|
- Update to latest from upstream
|
||||||
- Add James Antill patch for xen
|
- Add James Antill patch for xen
|
||||||
|
Loading…
Reference in New Issue
Block a user