- Update to upstream

This commit is contained in:
Dan Walsh 2010-09-13 16:17:15 -04:00
parent 30a7d17203
commit a0e8efd42c
6 changed files with 981 additions and 721 deletions

1
.gitignore vendored
View File

@ -224,3 +224,4 @@ serefpolicy*
/serefpolicy-3.9.1.tgz
/serefpolicy-3.9.2.tgz
/serefpolicy-3.9.3.tgz
/serefpolicy-3.9.4.tgz

View File

@ -654,6 +654,13 @@ hal = module
#
hddtemp = module
# Layer: services
# Module: passenger
#
# Passenger
#
passenger = module
# Layer: services
# Module: policykit
#

View File

@ -1 +1,3 @@
diff --exclude-from=exclude -N -u -r nsaserefpolicy serefpolicy-3.9.0 > /tmp/diff
cd nsaserefpolicy
git diff origin > /tmp/diff

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.3
Release: 3%{?dist}
Version: 3.9.4
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -469,6 +469,12 @@ exit 0
%endif
%changelog
* Thu Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.4-1
- Update to upstream
* Thu Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.3-4
- Allow mdadm_t to create files and sock files in /dev/md/
* Thu Sep 8 2010 Dan Walsh <dwalsh@redhat.com> 3.9.3-3
- Add policy for ajaxterm

View File

@ -1 +1 @@
2330fe4b7094df0e0a453856db12e3a4 serefpolicy-3.9.3.tgz
c610a100e8448f4fdc2559d1e509494c serefpolicy-3.9.4.tgz