Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dapex_sepolicy_tests.py68 Rule = AllowRead variable
82 def check_rule(pol, path: str, tcontext: str, rule: Rule) -> List[str]:
Dpolicy.py164 def __TERuleMatch(self, Rule, **kwargs): argument