Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dtreble_sepolicy_tests.py56 for d in sorted(alldomains.keys()):
57 sctx = alldomains[d]
70 alldomains = {} variable
85 global alldomains
87 alldomains[result] = scontext()
91 global alldomains
92 for d in alldomains:
97 if "appdomain" in alldomains[d].attributes:
98 alldomains[d].appdomain = True
102 global alldomains
[all …]