- Update rhcs policy

This commit is contained in:
Daniel J Walsh 2009-09-29 12:38:58 +00:00
parent 85582d623f
commit 8b10e3abd7
4 changed files with 1026 additions and 746 deletions

View File

@ -232,6 +232,13 @@ cipe = module
# #
chronyd = module chronyd = module
# Layer: services
# Module: cobbler
#
# cobbler
#
cobbler = module
# Layer: services # Layer: services
# Module: comsat # Module: comsat
# #

View File

@ -232,6 +232,13 @@ cipe = module
# #
chronyd = module chronyd = module
# Layer: services
# Module: cobbler
#
# cobbler
#
cobbler = module
# Layer: services # Layer: services
# Module: comsat # Module: comsat
# #

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 3.6.32 Version: 3.6.32
Release: 11%{?dist} Release: 12%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -432,7 +432,7 @@ SELinux Reference policy mls base module.
%saveFileContext mls %saveFileContext mls
%post mls %post mls
semodule -n -s mls -r mailscanner -r polkit 2>/dev/null semodule -n -s mls -r mailscanner -r polkit -r ModemManager 2>/dev/null
packages="%{expand:%%moduleList mls}" packages="%{expand:%%moduleList mls}"
%loadpolicy mls $packages %loadpolicy mls $packages
@ -448,6 +448,9 @@ exit 0
%endif %endif
%changelog %changelog
* Fri Sep 25 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-12
- Update rhcs policy
* Thu Sep 24 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-11 * Thu Sep 24 2009 Dan Walsh <dwalsh@redhat.com> 3.6.32-11
- Allow users to exec restorecond - Allow users to exec restorecond