- Remove audio_entropy policy

This commit is contained in:
Daniel J Walsh 2009-01-06 14:46:21 +00:00
parent 292c49cacc
commit 2ed2ff46f8
2 changed files with 350 additions and 348 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,12 +15,12 @@
%endif %endif
%define POLICYVER 23 %define POLICYVER 23
%define libsepolver 2.0.20-1 %define libsepolver 2.0.20-1
%define POLICYCOREUTILSVER 2.0.57-12 %define POLICYCOREUTILSVER 2.0.60-7
%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.2 Version: 3.6.2
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -318,8 +318,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 -s targeted -r moilscanner 2>/dev/null semodule -n -s targeted -r moilscanner -r gamin -r audio_entropy -r iscsid 2>/dev/null
semodule -s targeted -r gamin 2>/dev/null
%loadpolicy targeted %loadpolicy targeted
%relabel targeted %relabel targeted
fi fi
@ -446,6 +445,9 @@ exit 0
%endif %endif
%changelog %changelog
* Tue Jan 6 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-2
- Remove audio_entropy policy
* Mon Jan 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-1 * Mon Jan 5 2009 Dan Walsh <dwalsh@redhat.com> 3.6.2-1
- Update to upstream - Update to upstream