Home
last modified time | relevance | path

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

/external/selinux/sepolgen/src/sepolgen/
Drefpolicy.py119 def roleattributes(self): member in Node
370 self.roleattributes = IdSet()
373 return "roleattribute %s %s;" % (self.role, self.roleattributes.to_comma_str())
Drefparser.py858 t.roleattributes.update(p[3])
/external/selinux/libsepol/
DChangeLog24 …* Fix module to CIL to only associate declared roleattributes with in-scope types, from Steve Lawr…