Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dtreble_sepolicy_tests.py38 for d in sorted(alldomains.keys()):
39 sctx = alldomains[d]
52 alldomains = {} variable
68 global alldomains
70 alldomains[result] = scontext()
74 global alldomains
75 for d in alldomains:
80 if "appdomain" in alldomains[d].attributes:
81 alldomains[d].appdomain = True
85 global alldomains
[all …]