- Update to upstream

- Dontaudit nsplugin search /root
- Dontaudit nsplugin sys_nice
This commit is contained in:
Daniel J Walsh 2009-09-16 17:50:32 +00:00
parent 23e7082b4b
commit 69290fd9df
7 changed files with 829 additions and 1734 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -1,2 +1,2 @@
3651679c4b12a31d2ba5f4305bba5540 config.tgz
bef42231597656c5dc04374547144441 serefpolicy-3.6.31.tgz
d3d5eaf6fd6ca9f09f8912d694810268 serefpolicy-3.6.32.tgz