- gnomeclock executes a shell
- Update for screen policy to handle pipe in homedir - Fixes for polyinstatiated homedir - Fixes for namespace policy and other fixes related to polyinstantiation - Add namespace policy - Allow dovecot-deliver transition to sendmail which is needed by sieve scri - Fixes for init, psad policy which relate with confined users - Do not audit bootloader attempts to read devicekit pid files - Allow nagios service plugins to read /proc
This commit is contained in:
parent
b1863350de
commit
116d73139a
@ -2096,3 +2096,10 @@ shutdown = module
|
|||||||
# The unlabelednet module.
|
# The unlabelednet module.
|
||||||
#
|
#
|
||||||
unlabelednet = module
|
unlabelednet = module
|
||||||
|
|
||||||
|
# Layer: apps
|
||||||
|
# Module: namespace
|
||||||
|
#
|
||||||
|
# policy for namespace.init script
|
||||||
|
#
|
||||||
|
namespace = module
|
||||||
|
@ -2335,3 +2335,10 @@ keyboardd = module
|
|||||||
# firewalld is firewall service daemon that provides dynamic customizable
|
# firewalld is firewall service daemon that provides dynamic customizable
|
||||||
#
|
#
|
||||||
firewalld = module
|
firewalld = module
|
||||||
|
|
||||||
|
# Layer: apps
|
||||||
|
# Module: namespace
|
||||||
|
#
|
||||||
|
# policy for namespace.init script
|
||||||
|
#
|
||||||
|
namespace = module
|
||||||
|
508
policy-F15.patch
508
policy-F15.patch
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.9.12
|
Version: 3.9.12
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
@ -471,6 +471,17 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 14 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.12-7
|
||||||
|
- gnomeclock executes a shell
|
||||||
|
- Update for screen policy to handle pipe in homedir
|
||||||
|
- Fixes for polyinstatiated homedir
|
||||||
|
- Fixes for namespace policy and other fixes related to polyinstantiation
|
||||||
|
- Add namespace policy
|
||||||
|
- Allow dovecot-deliver transition to sendmail which is needed by sieve scripts
|
||||||
|
- Fixes for init, psad policy which relate with confined users
|
||||||
|
- Do not audit bootloader attempts to read devicekit pid files
|
||||||
|
- Allow nagios service plugins to read /proc
|
||||||
|
|
||||||
* Tue Jan 11 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.12-6
|
* Tue Jan 11 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.12-6
|
||||||
- Add firewalld policy
|
- Add firewalld policy
|
||||||
- Allow vmware_host to read samba config
|
- Allow vmware_host to read samba config
|
||||||
|
Loading…
Reference in New Issue
Block a user