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

  /external/selinux/sepolgen/src/sepolgen/
refparser.py 83 'PORTCON',
148 'portcon' : 'PORTCON',
521 | portcon
633 '''portcon : PORTCON IDENTIFIER NUMBER context
634 | PORTCON IDENTIFIER NUMBER MINUS NUMBER context'''
635 c = refpolicy.PortCon()
refpolicy.py 623 class PortCon(Leaf):
631 return "portcon %s %s %s" % (self.port_type, self.port_number, str(self.context))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refparser.py 83 'PORTCON',
148 'portcon' : 'PORTCON',
522 | portcon
634 '''portcon : PORTCON IDENTIFIER NUMBER context
635 | PORTCON IDENTIFIER NUMBER MINUS NUMBER context'''
636 c = refpolicy.PortCon()
refpolicy.py 623 class PortCon(Leaf):
631 return "portcon %s %s %s" % (self.port_type, self.port_number, str(self.context))

Completed in 47 milliseconds