- Add abrt_domain attribute

- Allow corosync to manage cluster lib files
- Allow corosync to connect to the system DBUS
This commit is contained in:
Miroslav 2011-08-02 21:35:30 +02:00
parent d0fad1166a
commit 2aa62d446f
3 changed files with 1069 additions and 332 deletions

View File

@ -2437,3 +2437,10 @@ ctdbd = module
# fcoemon
#
fcoemon = module
# Layer: services
# Module: sblim
#
# sblim
#
sblim = module

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.10.0
Release: 11%{?dist}
Release: 13%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -452,6 +452,15 @@ SELinux Reference policy mls base module.
%endif
%changelog
* Tue Aug 2 2011 Miroslav Grepl <mgrepl@redhat.com> 3.10.0-13
- Add abrt_domain attribute
- Allow corosync to manage cluster lib files
- Allow corosync to connect to the system DBUS
* Mon Aug 1 2011 Miroslav Grepl <mgrepl@redhat.com> 3.10.0-12
- Add sblim, uuidd policies
- Allow kernel_t dyntrasition to init_t
* Fri Jul 29 2011 Miroslav Grepl <mgrepl@redhat.com> 3.10.0-11
- More fixes of rules which cause an explosion in rules by Dan Walsh