Home
last modified time | relevance | path

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

/external/selinux/python/sepolgen/src/sepolgen/
Drefpolicy.py259 def to_comma_str(self): member in IdSet
363 return "typeattribute %s %s;" % (self.type, self.attributes.to_comma_str())
376 return "roleattribute %s %s;" % (self.role, self.roleattributes.to_comma_str())
403 s = s + ", %s" % self.attributes.to_comma_str()
539 return "typebounds %s %s;" % (self.type, self.tgt_types.to_comma_str())
549 return "allow %s %s;" % (self.src_roles.to_comma_str(),
550 self.tgt_roles.to_comma_str())