- Update rhcs policy
This commit is contained in:
parent
85582d623f
commit
8b10e3abd7
@ -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
|
||||||
#
|
#
|
||||||
|
@ -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
|
||||||
#
|
#
|
||||||
|
1743
policy-F12.patch
1743
policy-F12.patch
File diff suppressed because it is too large
Load Diff
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user