Home
last modified time | relevance | path

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

/external/selinux/python/sepolgen/src/sepolgen/
Drefpolicy.py122 def roleattributes(self): member in Node
373 self.roleattributes = IdSet()
376 return "roleattribute %s %s;" % (self.role, self.roleattributes.to_comma_str())
Drefparser.py869 t.roleattributes.update(p[3])