Searched refs:AssertPathTypesDoNotHaveAttr (Results 1 – 3 of 3) sorted by relevance
/system/sepolicy/tests/ |
D | sepolicy_tests.py | 72 ret += pol.AssertPathTypesDoNotHaveAttr(["/sys/kernel/debug"], 112 return pol.AssertPathTypesDoNotHaveAttr(partitions, [], "app_data_file_type",
|
D | policy.py | 69 def AssertPathTypesDoNotHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): member in Policy
|
D | treble_sepolicy_tests.py | 309 return test_policy.pol.AssertPathTypesDoNotHaveAttr(["/data/vendor/", "/data/vendor_ce/",
|