- 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.3.tgz
serefpolicy-2.5.4.tgz serefpolicy-2.5.4.tgz
serefpolicy-2.5.5.tgz serefpolicy-2.5.5.tgz
serefpolicy-2.5.6.tgz

View File

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

View File

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

View File

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

View File

@ -16,8 +16,8 @@
%define CHECKPOLICYVER 1.30.11-1 %define CHECKPOLICYVER 1.30.11-1
Summary: SELinux policy configuration Summary: SELinux policy configuration
Name: selinux-policy Name: selinux-policy
Version: 2.5.5 Version: 2.5.6
Release: 2%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
@ -166,7 +166,7 @@ fi;
%description %description
SELinux Reference Policy - modular. SELinux Reference Policy - modular.
Based off of reference policy: Checked out revision 2189. Based off of reference policy: Checked out revision 2202.
%prep %prep
%setup -q -n serefpolicy-%{version} %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 %endif
%changelog %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 * Fri Feb 23 2007 Dan Walsh <dwalsh@redhat.com> 2.5.5-2
- Policy for consolekit - Policy for consolekit

View File

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