- Update to upstream

This commit is contained in:
Dan Walsh 2010-09-16 07:59:03 -04:00
parent ba8c31f5cd
commit a24e6a6700
4 changed files with 2258 additions and 1023 deletions

1
.gitignore vendored
View File

@ -225,3 +225,4 @@ serefpolicy*
/serefpolicy-3.9.2.tgz
/serefpolicy-3.9.3.tgz
/serefpolicy-3.9.4.tgz
/serefpolicy-3.9.5.tgz

File diff suppressed because it is too large Load Diff

View File

@ -19,8 +19,8 @@
%define CHECKPOLICYVER 2.0.21-1
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.9.4
Release: 2%{?dist}
Version: 3.9.5
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -469,6 +469,15 @@ exit 0
%endif
%changelog
* Thu Sep 16 2010 Dan Walsh <dwalsh@redhat.com> 3.9.5-1
- Update to upstream
* Wed Sep 15 2010 Dan Walsh <dwalsh@redhat.com> 3.9.4-3
- Add the ability to send audit messages to confined admin policies
- Remove permissive domain from cmirrord and dontaudit sys_tty_config
- Split out unconfined_domain() calls from other unconfined_ calls so we can d
- virt needs to be able to read processes to clearance for MLS
* Tue Sep 14 2010 Dan Walsh <dwalsh@redhat.com> 3.9.4-2
- Allow all domains that can use cgroups to search tmpfs_t directory
- Allow init to send audit messages

View File

@ -1 +1 @@
c610a100e8448f4fdc2559d1e509494c serefpolicy-3.9.4.tgz
92b67fbf7e35e89cd46d04881966d2ae serefpolicy-3.9.5.tgz