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