Home | History | Annotate | Download | only in sepolgen

Lines Matching defs:PERMS

42 PERMS     = 3
49 "permission" : PERMS, "role" : ROLE, "destination" : DEST_TYPE }
346 self.perms = IdSet()
439 The source and target types, object classes, and perms are all represented
444 consistent (e.g., perms that don't match the object classes). It is
458 self.perms = IdSet()
481 self.perms.update(av.perms)
492 self.perms.to_space_str())
498 difference is the lack of perms and only and sing destination type.
824 for perm in x.perms:
847 def add_obj_class(self, obj_class, perms):
849 p.update(perms)
857 for obj_class, perms in self.obj_classes.items():
858 s.append("\tclass %s %s;" % (obj_class, perms.to_space_str()))
877 self.perms = set()
880 return "define(`%s', `%s')" % (self.name, self.perms.to_space_str())
883 def __init__(self, obj_class, perms):
885 self.perms = perms
888 return self.obj_class + ": " + self.perms