policycoreutils patch update
Signed-off-by: basebuilder_pel7ppc64bebuilder0 <basebuilder@powerel.org>master
parent
ca3a71afd8
commit
235ee692da
|
|
@ -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…
Reference in New Issue