- Update to latest from upstream

This commit is contained in:
Daniel J Walsh 2007-05-01 20:53:29 +00:00
parent 6821c3df97
commit 8fea836859
4 changed files with 8468 additions and 5 deletions

View File

@ -114,3 +114,4 @@ serefpolicy-2.5.10.tgz
serefpolicy-2.5.11.tgz serefpolicy-2.5.11.tgz
serefpolicy-2.5.12.tgz serefpolicy-2.5.12.tgz
serefpolicy-2.6.1.tgz serefpolicy-2.6.1.tgz
serefpolicy-2.6.2.tgz

8456
policy-20070501.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -16,12 +16,12 @@
%define CHECKPOLICYVER 2.0.1-2 %define CHECKPOLICYVER 2.0.1-2
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.6.1 Version: 2.6.2
Release: 3%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
patch: policy-20070219.patch patch: policy-20070501.patch
Source1: modules-targeted.conf Source1: modules-targeted.conf
Source2: booleans-targeted.conf Source2: booleans-targeted.conf
Source3: Makefile.devel Source3: Makefile.devel
@ -246,7 +246,7 @@ SETLOCALDEFS=0
" > /etc/selinux/config " > /etc/selinux/config
ln -sf ../selinux/config /etc/sysconfig/selinux ln -sf ../selinux/config /etc/sysconfig/selinux
restorecon /etc/selinux/config 2> /dev/null restorecon -R /etc/selinux/config /var/log 2> /dev/null
else else
. /etc/selinux/config . /etc/selinux/config
# if first time update booleans.local needs to be copied to sandbox # if first time update booleans.local needs to be copied to sandbox
@ -358,6 +358,12 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif %endif
%changelog %changelog
* Mon Apr 30 2007 Dan Walsh <dwalsh@redhat.com> 2.6.2-1
- Update to latest from upstream
* Fri Apr 27 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-4
- Allow pcscd_t to send itself signals
* Fri Apr 27 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-3 * Fri Apr 27 2007 Dan Walsh <dwalsh@redhat.com> 2.6.1-3
- -

View File

@ -1 +1 @@
45c746832144dbac9073a3d8e6524a59 serefpolicy-2.6.1.tgz 6c71fff9af0e76ec96150c819d0613b5 serefpolicy-2.6.2.tgz