Home
last modified time | relevance | path

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

/external/selinux/python/sepolgen/src/sepolgen/
Drefpolicy.py256 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 …]
Daccess.py139 self.obj_class, self.perms.to_space_str())
Dpolicygen.py269 (av.src_type, av.tgt_type, av.obj_class, av.perms.to_space_str()))
/external/selinux/python/sepolgen/tests/
Dtest_refpolicy.py27 s = s.to_space_str().split(' ')
34 self.assertEqual(s.to_space_str(), "read")