Home
last modified time | relevance | path

Searched refs:QueryExpandedTERule (Results 1 – 2 of 2) sorted by relevance

/system/sepolicy/tests/
Dtreble_sepolicy_tests.py133 for x in self.pol.QueryExpandedTERule(tclass=set(["file"]), perms=set(["entrypoint"])):
382 baseRules = test_policy.pol.QueryExpandedTERule(scontext=["isolated_app"])
387 currentTypeRule = test_policy.pol.QueryExpandedTERule(scontext=[subType])
Dpolicy.py241 def QueryExpandedTERule(self, **kwargs): member in Policy