- Update to upstream
This commit is contained in:
parent
8da0248476
commit
df7055d5b3
@ -178,3 +178,4 @@ serefpolicy-3.6.20.tgz
|
|||||||
serefpolicy-3.6.21.tgz
|
serefpolicy-3.6.21.tgz
|
||||||
setroubleshoot-2.2.11.tar.gz
|
setroubleshoot-2.2.11.tar.gz
|
||||||
serefpolicy-3.6.22.tgz
|
serefpolicy-3.6.22.tgz
|
||||||
|
serefpolicy-3.6.23.tgz
|
||||||
|
@ -1,2 +1,7 @@
|
|||||||
svirt_image_t
|
svirt_image_t
|
||||||
virt_content_t
|
virt_content_t
|
||||||
|
httpd_user_htaccess_t
|
||||||
|
httpd_user_script_exec_t
|
||||||
|
httpd_user_content_ra_t
|
||||||
|
httpd_user_content_rw_t
|
||||||
|
httpd_user_content_t
|
||||||
|
@ -557,11 +557,11 @@ gnomeclock = module
|
|||||||
hal = module
|
hal = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: polkit
|
# Module: policykit
|
||||||
#
|
#
|
||||||
# Hardware abstraction layer
|
# Hardware abstraction layer
|
||||||
#
|
#
|
||||||
polkit = module
|
policykit = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: psad
|
# Module: psad
|
||||||
|
2
nsadiff
2
nsadiff
@ -1 +1 @@
|
|||||||
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy serefpolicy-3.6.22 > /tmp/diff
|
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy serefpolicy-3.6.23 > /tmp/diff
|
||||||
|
5027
policy-F12.patch
5027
policy-F12.patch
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.22
|
Version: 3.6.23
|
||||||
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
|
||||||
@ -348,7 +348,7 @@ if [ $1 -eq 1 ]; then
|
|||||||
%loadpolicy targeted $packages
|
%loadpolicy targeted $packages
|
||||||
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 mailscanner -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 -r polkit_auth 2>/dev/null
|
||||||
packages="%{expand:%%moduleList targeted} `get_unconfined`"
|
packages="%{expand:%%moduleList targeted} `get_unconfined`"
|
||||||
%loadpolicy targeted $packages
|
%loadpolicy targeted $packages
|
||||||
%relabel targeted
|
%relabel targeted
|
||||||
@ -459,7 +459,7 @@ SELinux Reference policy mls base module.
|
|||||||
%saveFileContext mls
|
%saveFileContext mls
|
||||||
|
|
||||||
%post mls
|
%post mls
|
||||||
semodule -n -s mls -r mailscanner 2>/dev/null
|
semodule -n -s mls -r mailscanner -r polkit_auth 2>/dev/null
|
||||||
packages="%{expand:%%moduleList mls}"
|
packages="%{expand:%%moduleList mls}"
|
||||||
%loadpolicy mls $packages
|
%loadpolicy mls $packages
|
||||||
|
|
||||||
@ -475,7 +475,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Jul 19 2009 Dan Walsh <dwalsh@redhat.com> 3.6.22-2
|
* Thu Jul 22 2009 Dan Walsh <dwalsh@redhat.com> 3.6.23-1
|
||||||
|
- Update to upstream
|
||||||
|
|
||||||
|
* Tue Jul 20 2009 Dan Walsh <dwalsh@redhat.com> 3.6.22-3
|
||||||
- Fix context for VirtualBox
|
- Fix context for VirtualBox
|
||||||
|
|
||||||
* Tue Jul 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.22-1
|
* Tue Jul 14 2009 Dan Walsh <dwalsh@redhat.com> 3.6.22-1
|
||||||
|
Loading…
Reference in New Issue
Block a user