From 7bb7784c7d9bb07efb3a485db131f49dadc7a1a8 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 13 Aug 2009 21:55:27 +0000 Subject: [PATCH] * Thu Aug 13 2009 Dan Walsh 2.0.71-1 - Fix chcat to report error on non existing file - Update to upstream * Modify setfiles/restorecon checking of exclude paths. Only check user-supplied exclude paths (not automatically generated ones based on lack of seclabel support), don't require them to be directories, and ignore permission denied errors on them (it is ok to exclude a path to which the caller lacks permission). --- policycoreutils-sepolgen.patch | 2 +- sources | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/policycoreutils-sepolgen.patch b/policycoreutils-sepolgen.patch index 5c22113..1030e9e 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"] ++ blacklist = ["uml.if", "thunderbird.if, unconfined.if"] for dirpath, dirnames, filenames in os.walk(root): for name in filenames: diff --git a/sources b/sources index 215d22b..403d19f 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ e1b5416c3e0d76e5d702b3f54f4def45 sepolgen-1.0.16.tgz 00fd9d86bd6a8066da710d6fda910b01 policycoreutils-2.0.71.tgz +7915287c8377b768ccae7eb6dc736783 policycoreutils_man_ru2.tar.bz2