HomeSort by relevance Sort by last modified time
    Searched refs:portcon (Results 1 - 16 of 16) 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/setoolsgui/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
  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 266 static void cil_reset_portcon(struct cil_portcon *portcon)
268 if (portcon->context_str == NULL) {
269 cil_reset_context(portcon->context);
cil_tree.c 1300 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_post.c 377 db->portcon->count++;
503 struct cil_sort *sort = db->portcon;
1266 struct cil_portcon *portcon = node->data; local
1267 rc = __evaluate_levelrange_expression(portcon->context->range, db);
    [all...]
cil.c 187 CIL_KEY_PORTCON = cil_strpool_add("portcon");
246 cil_sort_init(&(*db)->portcon);
292 cil_sort_destroy(&(*db)->portcon);
    [all...]
cil_build_ast.c 3913 struct cil_portcon *portcon = NULL; local
    [all...]
cil_internal.h 272 struct cil_sort *portcon; member in struct:cil_db
938 void cil_portcon_init(struct cil_portcon **portcon);
cil_build_ast.h 170 void cil_destroy_portcon(struct cil_portcon *portcon);
cil_resolve_ast.c 1735 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 176 portcon |
177 PORTCON { return(PORTCON);}
  /external/selinux/libsepol/src/
module_to_cil.c 2518 struct ocontext *portcon; local
    [all...]

Completed in 146 milliseconds