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

  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
portconquery.py 43 of the portcon's range.
45 any of the portcon's range.
47 of the portcon's range.
120 self.log.info("Generating portcon results from {0.policy}".format(self))
127 for portcon in self.policy.portcons():
130 portcon.ports,
138 if self.protocol and self.protocol != portcon.protocol:
141 if not self._match_context(portcon.context):
144 yield portcon
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
__init__.py 33 from .portcon import PortconsDifference
  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 291 static void cil_reset_portcon(struct cil_portcon *portcon)
293 if (portcon->context_str == NULL) {
294 cil_reset_context(portcon->context);
cil_tree.c 1413 struct cil_portcon *portcon = node->data; local
    [all...]
cil_policy.c 1720 struct cil_portcon *portcon; local
    [all...]
cil.c 191 CIL_KEY_PORTCON = cil_strpool_add("portcon");
260 cil_sort_init(&(*db)->portcon);
311 cil_sort_destroy(&(*db)->portcon);
    [all...]
cil_internal.h 289 struct cil_sort *portcon; member in struct:cil_db
1010 void cil_portcon_init(struct cil_portcon **portcon);
cil_build_ast.c 4270 struct cil_portcon *portcon = NULL; local
    [all...]
cil_post.c 405 db->portcon->count++;
539 struct cil_sort *sort = db->portcon;
1622 struct cil_portcon *portcon = node->data; local
    [all...]
cil_build_ast.h 179 void cil_destroy_portcon(struct cil_portcon *portcon);
cil_resolve_ast.c 1928 struct cil_portcon *portcon = current->data; local
    [all...]
cil_binary.c     [all...]
  /external/selinux/checkpolicy/
policy_scan.l 186 portcon |
187 PORTCON { return(PORTCON);}
  /external/selinux/libsepol/src/
kernel_to_cil.c 2621 struct ocontext *portcon; local
    [all...]
kernel_to_conf.c 2481 struct ocontext *portcon; local
    [all...]
module_to_cil.c 2623 struct ocontext *portcon; local
    [all...]
  /external/selinux/prebuilts/bin/
sediff.py 95 labeling.add_argument("--portcon", action="store_true", help="Print portcon differences")
115 args.netifcon, args.nodecon, args.portcon, args.fs_use, args.polcap,
    [all...]

Completed in 634 milliseconds