- Update to remove security_t:filesystem getattr problems

This commit is contained in:
Daniel J Walsh 2007-02-28 21:23:19 +00:00
parent 13893ed688
commit 5ad70cf38c
6 changed files with 37 additions and 9 deletions

View File

@ -106,3 +106,4 @@ serefpolicy-2.5.2.tgz
serefpolicy-2.5.3.tgz
serefpolicy-2.5.4.tgz
serefpolicy-2.5.5.tgz
serefpolicy-2.5.6.tgz

View File

@ -75,7 +75,7 @@ mcs = base
#
selinux = base
# Layer: system
# Layer: kernel
# Module: files
# Required in base
#
@ -83,7 +83,7 @@ selinux = base
#
files = base
# Layer: system
# Layer: kernel
# Module: domain
# Required in base
#
@ -91,7 +91,7 @@ files = base
#
domain = base
# Layer: system
# Layer: kernel
# Module: corecommands
# Required in base
#
@ -789,6 +789,14 @@ cvs = base
#
rlogin = base
# Layer: system
# Module: application
# Required in base
#
# Defines attributs and interfaces for all user applications
#
application = base
# Layer: system
# Module: fstools
#

View File

@ -481,6 +481,14 @@ mono = module
#
slocate = module
# Layer: system
# Module: application
# Required in base
#
# Defines attributs and interfaces for all user applications
#
application = base
# Layer: system
# Module: xen
#

View File

@ -82,7 +82,7 @@ selinux = base
#
prelink = base
# Layer: system
# Layer: kernel
# Module: files
# Required in base
#
@ -98,7 +98,7 @@ files = base
#
domain = base
# Layer: system
# Layer: kernel
# Module: corecommands
# Required in base
#
@ -846,6 +846,14 @@ cvs = base
#
rlogin = base
# Layer: system
# Module: application
# Required in base
#
# Defines attributs and interfaces for all user applications
#
application = base
# Layer: system
# Module: fstools
#

View File

@ -16,8 +16,8 @@
%define CHECKPOLICYVER 1.30.11-1
Summary: SELinux policy configuration
Name: selinux-policy
Version: 2.5.5
Release: 2%{?dist}
Version: 2.5.6
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -166,7 +166,7 @@ fi;
%description
SELinux Reference Policy - modular.
Based off of reference policy: Checked out revision 2189.
Based off of reference policy: Checked out revision 2202.
%prep
%setup -q -n serefpolicy-%{version}
@ -356,6 +356,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
%endif
%changelog
* Wed Feb 28 2007 Dan Walsh <dwalsh@redhat.com> 2.5.6-1
- Update to remove security_t:filesystem getattr problems
* Fri Feb 23 2007 Dan Walsh <dwalsh@redhat.com> 2.5.5-2
- Policy for consolekit

View File

@ -1 +1 @@
4b513ed6569545ea52be0f9dbb46de39 serefpolicy-2.5.5.tgz
93a369ee1cbb25856d699acfc94cfb11 serefpolicy-2.5.6.tgz