Home | History | Annotate | Download | only in sepolgen

Lines Matching refs:src_type

76      .src_type - The source type allowed access. [String or None]
86 self.src_type = None
105 positional arguments - i.e., 0 = src_type, 1 = tgt_type, etc.
117 self.src_type = list[0]
130 l = [self.src_type, self.tgt_type, self.obj_class]
138 return "allow %s %s:%s %s;" % (self.src_type, self.tgt_type,
144 a = (self.src_type, self.tgt_type, self.obj_class, x)
148 b = (other.src_type, other.tgt_type, other.obj_class, y)
169 for src_type in avrule.src_types:
173 access.src_type = src_type
260 def add(self, src_type, tgt_type, obj_class, perms, audit_msg=None, avc_type=audit2why.TERULE, data=[]):
263 tgt = self.src.setdefault(src_type, { })
270 access.src_type = src_type
283 self.add(av.src_type, av.tgt_type, av.obj_class, av.perms)
289 types.add(av.src_type)