- 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.29.tgz
|
||||||
serefpolicy-3.6.30.tgz
|
serefpolicy-3.6.30.tgz
|
||||||
serefpolicy-3.6.31.tgz
|
serefpolicy-3.6.31.tgz
|
||||||
|
serefpolicy-3.6.32.tgz
|
||||||
|
@ -1264,11 +1264,11 @@ rshd = module
|
|||||||
rsync = module
|
rsync = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: rtkit_daemon
|
# Module: rtkit
|
||||||
#
|
#
|
||||||
# Real Time Kit Daemon
|
# Real Time Kit Daemon
|
||||||
#
|
#
|
||||||
rtkit_daemon = module
|
rtkit = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: rwho
|
# Module: rwho
|
||||||
|
@ -1264,11 +1264,11 @@ rshd = module
|
|||||||
rsync = module
|
rsync = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: rtkit_daemon
|
# Module: rtkit
|
||||||
#
|
#
|
||||||
# Real Time Kit Daemon
|
# Real Time Kit Daemon
|
||||||
#
|
#
|
||||||
rtkit_daemon = module
|
rtkit = module
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: rwho
|
# 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
|
%define CHECKPOLICYVER 2.0.16-3
|
||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.6.31
|
Version: 3.6.32
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -318,7 +318,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 -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}"
|
packages="%{expand:%%moduleList targeted}"
|
||||||
%loadpolicy targeted $packages
|
%loadpolicy targeted $packages
|
||||||
%relabel targeted
|
%relabel targeted
|
||||||
@ -447,6 +447,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 15 2009 Dan Walsh <dwalsh@redhat.com> 3.6.31-5
|
||||||
- Fix label on /usr/bin/notepad, /usr/sbin/vboxadd-service
|
- Fix label on /usr/bin/notepad, /usr/sbin/vboxadd-service
|
||||||
- Remove policycoreutils-python requirement except for minimum
|
- Remove policycoreutils-python requirement except for minimum
|
||||||
|
Loading…
Reference in New Issue
Block a user