From 5ad70cf38c9e19a2f2e08144bcff440562be608e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 28 Feb 2007 21:23:19 +0000 Subject: [PATCH] - Update to remove security_t:filesystem getattr problems --- .cvsignore | 1 + modules-mls.conf | 14 +++++++++++--- modules-strict.conf | 8 ++++++++ modules-targeted.conf | 12 ++++++++++-- selinux-policy.spec | 9 ++++++--- sources | 2 +- 6 files changed, 37 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index a5b01a0a..54d594b6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/modules-mls.conf b/modules-mls.conf index b104c315..cf9effa5 100644 --- a/modules-mls.conf +++ b/modules-mls.conf @@ -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 # diff --git a/modules-strict.conf b/modules-strict.conf index 423a49f8..c0ad3ebc 100644 --- a/modules-strict.conf +++ b/modules-strict.conf @@ -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 # diff --git a/modules-targeted.conf b/modules-targeted.conf index afc7d6d9..6e722eea 100644 --- a/modules-targeted.conf +++ b/modules-targeted.conf @@ -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 # diff --git a/selinux-policy.spec b/selinux-policy.spec index dfa741b1..d698e8e3 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -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 2.5.6-1 +- Update to remove security_t:filesystem getattr problems + * Fri Feb 23 2007 Dan Walsh 2.5.5-2 - Policy for consolekit diff --git a/sources b/sources index a3f17297..e60e03aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b513ed6569545ea52be0f9dbb46de39 serefpolicy-2.5.5.tgz +93a369ee1cbb25856d699acfc94cfb11 serefpolicy-2.5.6.tgz