From 48ee7275f3cd3f5412aaecad698781b525810a12 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 19 Aug 2009 19:02:29 +0000 Subject: [PATCH] * Wed Aug 19 2009 Dan Walsh 2.0.71-5 - Fix sepolgen again --- 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 b84452f..4a98324 100644 --- a/policycoreutils-sepolgen.patch +++ b/policycoreutils-sepolgen.patch @@ -55,7 +55,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 acdab89..1ef4a2e 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -6,7 +6,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.0.71 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -265,6 +265,9 @@ else fi %changelog +* Wed Aug 19 2009 Dan Walsh 2.0.71-5 +- Fix sepolgen again + * Tue Aug 18 2009 Dan Walsh 2.0.71-4 - Add --boot flag to audit2allow to get all AVC messages since last boot