* 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:
parent
afa7adf27e
commit
7bb7784c7d
@ -39,7 +39,7 @@ diff --exclude-from=exclude -N -u -r nsasepolgen/src/sepolgen/refparser.py polic
|
|||||||
modules = []
|
modules = []
|
||||||
support_macros = None
|
support_macros = None
|
||||||
- blacklist = ["init.if", "inetd.if", "uml.if", "thunderbird.if"]
|
- 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 dirpath, dirnames, filenames in os.walk(root):
|
||||||
for name in filenames:
|
for name in filenames:
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
e1b5416c3e0d76e5d702b3f54f4def45 sepolgen-1.0.16.tgz
|
e1b5416c3e0d76e5d702b3f54f4def45 sepolgen-1.0.16.tgz
|
||||||
00fd9d86bd6a8066da710d6fda910b01 policycoreutils-2.0.71.tgz
|
00fd9d86bd6a8066da710d6fda910b01 policycoreutils-2.0.71.tgz
|
||||||
|
7915287c8377b768ccae7eb6dc736783 policycoreutils_man_ru2.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user