HomeSort by relevance Sort by last modified time
    Searched refs:portcon (Results 1 - 17 of 17) 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 41 of the portcon's range.
43 any of the portcon's range.
45 of the portcon's range.
129 for portcon in self.policy.portcons():
132 portcon.ports,
140 if self.protocol and self.protocol != portcon.protocol:
143 if not self._match_context(portcon.context):
146 yield portcon
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
__init__.py 31 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 1316 struct cil_portcon *portcon = node->data; local
    [all...]
cil_policy.c 120 struct cil_portcon *portcon = (struct cil_portcon*)sort->array[i]; local
121 fprintf(file_arr[NETIFCONS], "portcon ");
122 if (portcon->proto == CIL_PROTOCOL_UDP) {
124 } else if (portcon->proto == CIL_PROTOCOL_TCP) {
127 fprintf(file_arr[NETIFCONS], "%d ", portcon->port_low);
128 fprintf(file_arr[NETIFCONS], "%d ", portcon->port_high);
129 cil_context_to_policy(file_arr, NETIFCONS, portcon->context);
    [all...]
cil.c 189 CIL_KEY_PORTCON = cil_strpool_add("portcon");
255 cil_sort_init(&(*db)->portcon);
304 cil_sort_destroy(&(*db)->portcon);
    [all...]
cil_internal.h 282 struct cil_sort *portcon; member in struct:cil_db
983 void cil_portcon_init(struct cil_portcon **portcon);
cil_build_ast.c 4245 struct cil_portcon *portcon = NULL; local
    [all...]
cil_post.c 402 db->portcon->count++;
536 struct cil_sort *sort = db->portcon;
1580 struct cil_portcon *portcon = node->data; local
    [all...]
cil_build_ast.h 177 void cil_destroy_portcon(struct cil_portcon *portcon);
cil_resolve_ast.c 1871 struct cil_portcon *portcon = current->data; local
    [all...]
cil_binary.c     [all...]
  /external/selinux/policycoreutils/sepolicy/
info.c 1097 const qpol_portcon_t *portcon = NULL; local
1118 if (qpol_iterator_get_item(iter, (void **)&portcon))
1120 if (qpol_portcon_get_low_port(q, portcon, &low_port))
1122 if (qpol_portcon_get_high_port(q, portcon, &high_port))
1124 if (qpol_portcon_get_protocol(q, portcon, &ocon_proto))
1135 if (qpol_portcon_get_context(q, portcon, &ctxt)) {
    [all...]
  /external/selinux/checkpolicy/
policy_scan.l 184 portcon |
185 PORTCON { return(PORTCON);}
  /external/selinux/libsepol/src/
module_to_cil.c 2530 struct ocontext *portcon; local
    [all...]
  /external/selinux/prebuilts/bin/
sediff.py 79 labeling.add_argument("--portcon", action="store_true", help="Print portcon differences")
94 args.netifcon, args.nodecon, args.portcon, args.fs_use, args.polcap,
    [all...]

Completed in 829 milliseconds