HomeSort by relevance Sort by last modified time
    Searched refs:AVRule (Results 1 - 19 of 19) sorted by null

  /external/selinux/sepolgen/tests/
test_refpolicy.py 82 a = refpolicy.AVRule()
90 a = refpolicy.AVRule()
128 a = refpolicy.AVRule()
143 a = refpolicy.AVRule()
test_access.py 141 rule = refpolicy.AVRule()
176 rule = refpolicy.AVRule()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
terule.py 30 return AVRule(policy, symbol)
75 class AVRule(BaseTERule):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
terule.py 30 return AVRule(policy, symbol)
75 class AVRule(BaseTERule):
  /external/selinux/sepolgen/src/sepolgen/
output.py 99 if isinstance(b, refpolicy.AVRule):
refparser.py 794 a = refpolicy.AVRule()
796 a.rule_type = refpolicy.AVRule.DONTAUDIT
798 a.rule_type = refpolicy.AVRule.AUDITALLOW
800 a.rule_type = refpolicy.AVRule.NEVERALLOW
1098 can_exec.children.append(refpolicy.AVRule(av))
policygen.py 157 rule = refpolicy.AVRule(av)
377 for avrule in node.avrules():
378 r.types.update(avrule.src_types)
379 r.types.update(avrule.tgt_types)
380 for obj in avrule.obj_classes:
381 r.add_obj_class(obj, avrule.perms)
refpolicy.py 111 return itertools.ifilter(lambda x: isinstance(x, AVRule), walktree(self))
432 class AVRule(Leaf):
435 The AVRule class represents all varieties of AV rules including
496 This class is very similar to the AVRule class, but is for representing
interfaces.py 264 for avrule in interface.avrules():
265 if avrule.rule_type != refpolicy.AVRule.ALLOW:
271 avs = access.avrule_to_access_vectors(avrule)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
output.py 99 if isinstance(b, refpolicy.AVRule):
refparser.py 794 a = refpolicy.AVRule()
796 a.rule_type = refpolicy.AVRule.DONTAUDIT
798 a.rule_type = refpolicy.AVRule.AUDITALLOW
800 a.rule_type = refpolicy.AVRule.NEVERALLOW
1098 can_exec.children.append(refpolicy.AVRule(av))
policygen.py 157 rule = refpolicy.AVRule(av)
377 for avrule in node.avrules():
378 r.types.update(avrule.src_types)
379 r.types.update(avrule.tgt_types)
380 for obj in avrule.obj_classes:
381 r.add_obj_class(obj, avrule.perms)
refpolicy.py 111 return itertools.ifilter(lambda x: isinstance(x, AVRule), walktree(self))
432 class AVRule(Leaf):
435 The AVRule class represents all varieties of AV rules including
496 This class is very similar to the AVRule class, but is for representing
interfaces.py 264 for avrule in interface.avrules():
265 if avrule.rule_type != refpolicy.AVRule.ALLOW:
271 avs = access.avrule_to_access_vectors(avrule)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
output.py 99 if isinstance(b, refpolicy.AVRule):
refparser.py 794 a = refpolicy.AVRule()
796 a.rule_type = refpolicy.AVRule.DONTAUDIT
798 a.rule_type = refpolicy.AVRule.AUDITALLOW
800 a.rule_type = refpolicy.AVRule.NEVERALLOW
1098 can_exec.children.append(refpolicy.AVRule(av))
policygen.py 157 rule = refpolicy.AVRule(av)
377 for avrule in node.avrules():
378 r.types.update(avrule.src_types)
379 r.types.update(avrule.tgt_types)
380 for obj in avrule.obj_classes:
381 r.add_obj_class(obj, avrule.perms)
refpolicy.py 111 return itertools.ifilter(lambda x: isinstance(x, AVRule), walktree(self))
432 class AVRule(Leaf):
435 The AVRule class represents all varieties of AV rules including
496 This class is very similar to the AVRule class, but is for representing
interfaces.py 264 for avrule in interface.avrules():
265 if avrule.rule_type != refpolicy.AVRule.ALLOW:
271 avs = access.avrule_to_access_vectors(avrule)

Completed in 560 milliseconds