Searched refs:to_space_str (Results 1 – 4 of 4) sorted by relevance
/external/selinux/python/sepolgen/src/sepolgen/ |
D | refpolicy.py | 256 def to_space_str(self): member in IdSet 401 s = s + "alias %s" % self.aliases.to_space_str() 413 return "typealias %s alias %s;" % (self.type, self.aliases.to_space_str()) 491 self.src_types.to_space_str(), 492 self.tgt_types.to_space_str(), 493 self.obj_classes.to_space_str(), 494 self.perms.to_space_str()) 524 self.src_types.to_space_str(), 525 self.tgt_types.to_space_str(), 526 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/python/sepolgen/tests/ |
D | test_refpolicy.py | 27 s = s.to_space_str().split(' ') 34 self.assertEqual(s.to_space_str(), "read")
|