Searched defs:RoleAttribute (Results 1 - 1 of 1) sorted by last modified time

/external/selinux/sepolgen/src/sepolgen/
H A Drefpolicy.py121 """Iterate over all of the RoleAttribute children of this Interface."""
122 return itertools.ifilter(lambda x: isinstance(x, RoleAttribute), walktree(self))
363 class RoleAttribute(Leaf): class in inherits:Leaf

Completed in 85 milliseconds