Searched refs:to_space_str (Results 1 – 4 of 4) sorted by relevance
/external/selinux/sepolgen/src/sepolgen/ |
D | refpolicy.py | 253 def to_space_str(self): member in IdSet 398 s = s + "alias %s" % self.aliases.to_space_str() 410 return "typealias %s alias %s;" % (self.type, self.aliases.to_space_str()) 488 self.src_types.to_space_str(), 489 self.tgt_types.to_space_str(), 490 self.obj_classes.to_space_str(), 491 self.perms.to_space_str()) 521 self.src_types.to_space_str(), 522 self.tgt_types.to_space_str(), 523 self.obj_classes.to_space_str(), [all …]
|
D | access.py | 139 self.obj_class, self.perms.to_space_str())
|
D | policygen.py | 269 (av.src_type, av.tgt_type, av.obj_class, av.perms.to_space_str()))
|
/external/selinux/sepolgen/tests/ |
D | test_refpolicy.py | 27 s = s.to_space_str().split(' ') 34 self.assertEqual(s.to_space_str(), "read")
|