From a66c52cf6bf281334ac3b30504f00bfa9a4694d4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 13 Aug 2009 22:22:35 +0000 Subject: [PATCH] * Thu Aug 13 2009 Dan Walsh 2.0.71-2 - exclude unconfined.if from sepolgen --- policycoreutils-sepolgen.patch | 2 +- policycoreutils.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/policycoreutils-sepolgen.patch b/policycoreutils-sepolgen.patch index 1030e9e..9826801 100644 --- a/policycoreutils-sepolgen.patch +++ b/policycoreutils-sepolgen.patch @@ -39,7 +39,7 @@ diff --exclude-from=exclude -N -u -r nsasepolgen/src/sepolgen/refparser.py polic modules = [] support_macros = None - blacklist = ["init.if", "inetd.if", "uml.if", "thunderbird.if"] -+ blacklist = ["uml.if", "thunderbird.if, unconfined.if"] ++ blacklist = ["uml.if", "thunderbird.if", "unconfined.if"] for dirpath, dirnames, filenames in os.walk(root): for name in filenames: diff --git a/policycoreutils.spec b/policycoreutils.spec index c68e9ff..2b2379f 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -6,7 +6,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.0.71 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -265,6 +265,9 @@ else fi %changelog +* Thu Aug 13 2009 Dan Walsh 2.0.71-2 +- exclude unconfined.if from sepolgen + * Thu Aug 13 2009 Dan Walsh 2.0.71-1 - Fix chcat to report error on non existing file - Update to upstream