- Upgrade to latest patches
This commit is contained in:
parent
0a03cce02d
commit
a67a1c12aa
@ -162,3 +162,4 @@ serefpolicy-3.6.4.tgz
|
|||||||
serefpolicy-3.6.5.tgz
|
serefpolicy-3.6.5.tgz
|
||||||
serefpolicy-3.6.6.tgz
|
serefpolicy-3.6.6.tgz
|
||||||
serefpolicy-3.6.7.tgz
|
serefpolicy-3.6.7.tgz
|
||||||
|
serefpolicy-3.6.8.tgz
|
||||||
|
@ -749,13 +749,6 @@ lvm = base
|
|||||||
#
|
#
|
||||||
mailman = module
|
mailman = module
|
||||||
|
|
||||||
# Layer: services
|
|
||||||
# Module: mailscanner
|
|
||||||
#
|
|
||||||
# Anti-Virus and Anti-Spam Filter
|
|
||||||
#
|
|
||||||
mailscanner = module
|
|
||||||
|
|
||||||
# Layer: kernel
|
# Layer: kernel
|
||||||
# Module: mcs
|
# Module: mcs
|
||||||
# Required in base
|
# Required in base
|
||||||
|
@ -742,13 +742,6 @@ lvm = base
|
|||||||
#
|
#
|
||||||
mailman = module
|
mailman = module
|
||||||
|
|
||||||
# Layer: services
|
|
||||||
# Module: mailscanner
|
|
||||||
#
|
|
||||||
# Anti-Virus and Anti-Spam Filter
|
|
||||||
#
|
|
||||||
mailscanner = module
|
|
||||||
|
|
||||||
# Layer: kernel
|
# Layer: kernel
|
||||||
# Module: mcs
|
# Module: mcs
|
||||||
# Required in base
|
# Required in base
|
||||||
|
@ -749,13 +749,6 @@ lvm = base
|
|||||||
#
|
#
|
||||||
mailman = module
|
mailman = module
|
||||||
|
|
||||||
# Layer: services
|
|
||||||
# Module: mailscanner
|
|
||||||
#
|
|
||||||
# Anti-Virus and Anti-Spam Filter
|
|
||||||
#
|
|
||||||
mailscanner = module
|
|
||||||
|
|
||||||
# Layer: kernel
|
# Layer: kernel
|
||||||
# Module: mcs
|
# Module: mcs
|
||||||
# Required in base
|
# Required in base
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -19,8 +19,8 @@
|
|||||||
%define CHECKPOLICYVER 2.0.16-3
|
%define CHECKPOLICYVER 2.0.16-3
|
||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.6.7
|
Version: 3.6.8
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -186,7 +186,7 @@ fi;
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
SELinux Reference Policy - modular.
|
SELinux Reference Policy - modular.
|
||||||
Based off of reference policy: Checked out revision 2913.
|
Based off of reference policy: Checked out revision 2920.
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -319,7 +319,7 @@ if [ $1 -eq 1 ]; then
|
|||||||
#__eof
|
#__eof
|
||||||
restorecon -R /root /var/log /var/run 2> /dev/null
|
restorecon -R /root /var/log /var/run 2> /dev/null
|
||||||
else
|
else
|
||||||
semodule -n -s targeted -r moilscanner -r gamin -r audio_entropy -r iscsid 2>/dev/null
|
semodule -n -s targeted -r moilscanner -r mailscanner -r gamin -r audio_entropy -r iscsid 2>/dev/null
|
||||||
%loadpolicy targeted
|
%loadpolicy targeted
|
||||||
%relabel targeted
|
%relabel targeted
|
||||||
fi
|
fi
|
||||||
@ -432,6 +432,7 @@ SELinux Reference policy mls base module.
|
|||||||
%saveFileContext mls
|
%saveFileContext mls
|
||||||
|
|
||||||
%post mls
|
%post mls
|
||||||
|
semodule -n -s mls -r mailscanner 2>/dev/null
|
||||||
%loadpolicy mls
|
%loadpolicy mls
|
||||||
|
|
||||||
if [ $1 != 1 ]; then
|
if [ $1 != 1 ]; then
|
||||||
@ -446,6 +447,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.8-1
|
||||||
|
- Upgrade to latest patches
|
||||||
|
|
||||||
* Wed Mar 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.7-2
|
* Wed Mar 4 2009 Dan Walsh <dwalsh@redhat.com> 3.6.7-2
|
||||||
- Fixes for libvirt
|
- Fixes for libvirt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user