Browse Source

policycoreutils patch update

Signed-off-by: basebuilder_pel7ppc64bebuilder0 <basebuilder@powerel.org>
master
basebuilder_pel7ppc64bebuilder0 6 years ago
parent
commit
235ee692da
  1. 2
      SOURCES/sepolgen-rhel.patch

2
SOURCES/sepolgen-rhel.patch

@ -342,7 +342,7 @@ index 31b40d8..352b187 100644 @@ -342,7 +342,7 @@ index 31b40d8..352b187 100644
"""Iterate over all of the TypeAttribute children of this Interface."""
return filter(lambda x: isinstance(x, TypeAttribute), walktree(self))
@@ -281,6 +284,11 @@ class SecurityContext(Leaf):

Raises ValueError if the string is not parsable as a security context.
"""
+ # try to translate the context string to raw form

Loading…
Cancel
Save