Home
last modified time | relevance | path

Searched refs:InterfaceCall (Results 1 – 5 of 5) sorted by relevance

/external/selinux/sepolgen/src/sepolgen/
Doutput.py93 if isinstance(a, refpolicy.InterfaceCall):
94 if isinstance(b, refpolicy.InterfaceCall):
135 if isinstance(rule, refpolicy.InterfaceCall):
Drefpolicy.py108 return itertools.ifilter(lambda x: isinstance(x, InterfaceCall), walktree(self))
760 class InterfaceCall(Leaf): class
Dpolicygen.py288 ifcall = refpolicy.InterfaceCall()
Drefparser.py451 i = refpolicy.InterfaceCall(ifname=p[1])
/external/selinux/sepolgen/tests/
Dtest_refpolicy.py134 ifcall = refpolicy.InterfaceCall(ifname="allow_foobar")