* Thu Aug 13 2009 Dan Walsh <dwalsh@redhat.com> 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).
This commit is contained in:
Daniel J Walsh 2009-08-13 21:55:27 +00:00
parent afa7adf27e
commit 7bb7784c7d
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -1,2 +1,3 @@
e1b5416c3e0d76e5d702b3f54f4def45 sepolgen-1.0.16.tgz
00fd9d86bd6a8066da710d6fda910b01 policycoreutils-2.0.71.tgz
7915287c8377b768ccae7eb6dc736783 policycoreutils_man_ru2.tar.bz2