- Update to upstream
- Dontaudit nsplugin search /root - Dontaudit nsplugin sys_nice
This commit is contained in:
parent
23e7082b4b
commit
69290fd9df
@ -189,3 +189,4 @@ config.tgz
|
||||
serefpolicy-3.6.29.tgz
|
||||
serefpolicy-3.6.30.tgz
|
||||
serefpolicy-3.6.31.tgz
|
||||
serefpolicy-3.6.32.tgz
|
||||
|
@ -1264,11 +1264,11 @@ rshd = module
|
||||
rsync = module
|
||||
|
||||
# Layer: services
|
||||
# Module: rtkit_daemon
|
||||
# Module: rtkit
|
||||
#
|
||||
# Real Time Kit Daemon
|
||||
#
|
||||
rtkit_daemon = module
|
||||
rtkit = module
|
||||
|
||||
# Layer: services
|
||||
# Module: rwho
|
||||
|
@ -1264,11 +1264,11 @@ rshd = module
|
||||
rsync = module
|
||||
|
||||
# Layer: services
|
||||
# Module: rtkit_daemon
|
||||
# Module: rtkit
|
||||
#
|
||||
# Real Time Kit Daemon
|
||||
#
|
||||
rtkit_daemon = module
|
||||
rtkit = module
|
||||
|
||||
# Layer: services
|
||||
# Module: rwho
|
||||
|
2
nsadiff
2
nsadiff
@ -1 +1 @@
|
||||
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy serefpolicy-3.6.31 > /tmp/diff
|
||||
diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy serefpolicy-3.6.32 > /tmp/diff
|
||||
|
2539
policy-F12.patch
2539
policy-F12.patch
File diff suppressed because it is too large
Load Diff
@ -19,8 +19,8 @@
|
||||
%define CHECKPOLICYVER 2.0.16-3
|
||||
Summary: SELinux policy configuration
|
||||
Name: selinux-policy
|
||||
Version: 3.6.31
|
||||
Release: 5%{?dist}
|
||||
Version: 3.6.32
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: serefpolicy-%{version}.tgz
|
||||
@ -318,7 +318,7 @@ if [ $1 -eq 1 ]; then
|
||||
%loadpolicy targeted $packages
|
||||
restorecon -R /root /var/log /var/run 2> /dev/null
|
||||
else
|
||||
semodule -n -s targeted -r moilscanner -r mailscanner -r gamin -r audio_entropy -r iscsid -r polkit_auth -r polkit 2>/dev/null
|
||||
semodule -n -s targeted -r moilscanner -r mailscanner -r gamin -r audio_entropy -r iscsid -r polkit_auth -r polkit -r rtkit_daemon 2>/dev/null
|
||||
packages="%{expand:%%moduleList targeted}"
|
||||
%loadpolicy targeted $packages
|
||||
%relabel targeted
|
||||
@ -447,6 +447,11 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 17 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-1
|
||||
- Update to upstream
|
||||
- Dontaudit nsplugin search /root
|
||||
- Dontaudit nsplugin sys_nice
|
||||
|
||||
* Mon Sep 15 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-5
|
||||
- Fix label on /usr/bin/notepad, /usr/sbin/vboxadd-service
|
||||
- Remove policycoreutils-python requirement except for minimum
|
||||
|
Loading…
Reference in New Issue
Block a user