Searched refs:ExcludedTypes (Results 1 – 1 of 1) sorted by relevance
/system/sepolicy/tests/ |
D | policy.py | 108 def AssertPathTypesDoNotHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): argument 110 TypesPol = self.QueryTypeAttribute(Attr, True) - set(ExcludedTypes) 149 def AssertPathTypesHaveAttr(self, MatchPrefix, DoNotMatchPrefix, Attr, ExcludedTypes = []): argument 151 TypesPol = self.QueryTypeAttribute(Attr, True) | set(ExcludedTypes)
|