- Update to remove security_t:filesystem getattr problems
This commit is contained in:
parent
13893ed688
commit
5ad70cf38c
@ -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
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user