Home
last modified time | relevance | path

Searched defs:Rule (Results 1 – 2 of 2) sorted by relevance

/system/sepolicy/tests/
Dapex_sepolicy_tests.py101 Rule = AllowPerm | ResolveType | NotAnyOf | HasAttr variable
126 def check_rule(pol, path: str, tcontext: str, rule: Rule) -> List[str]:
Dpolicy.py212 def __TERuleMatch(self, Rule, **kwargs): argument