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

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
__init__.py 27 from .netifcon import NetifconsDifference
  /external/selinux/libsepol/cil/src/
cil_reset_ast.c 312 static void cil_reset_netifcon(struct cil_netifcon *netifcon)
314 if (netifcon->if_context_str == NULL) {
315 cil_reset_context(netifcon->if_context);
318 if (netifcon->packet_context_str == NULL) {
319 cil_reset_context(netifcon->packet_context);
cil_tree.c 1378 struct cil_netifcon *netifcon = node->data; local
    [all...]
cil.c 192 CIL_KEY_NETIFCON = cil_strpool_add("netifcon");
251 cil_sort_init(&(*db)->netifcon);
300 cil_sort_destroy(&(*db)->netifcon);
    [all...]
cil_internal.h 278 struct cil_sort *netifcon; member in struct:cil_db
940 void cil_netifcon_init(struct cil_netifcon **netifcon);
cil_post.c 390 db->netifcon->count++;
481 struct cil_sort *sort = db->netifcon;
1604 struct cil_netifcon *netifcon = node->data; local
    [all...]
cil_build_ast.c 4498 struct cil_netifcon *netifcon = NULL; local
    [all...]
cil_policy.c 156 struct cil_netifcon *netifcon = (struct cil_netifcon*)sort->array[i]; local
157 fprintf(file_arr[NETIFCONS], "netifcon %s ", netifcon->interface_str);
158 cil_context_to_policy(file_arr, NETIFCONS, netifcon->if_context);
160 cil_context_to_policy(file_arr, NETIFCONS, netifcon->packet_context);
    [all...]
cil_resolve_ast.c 1971 struct cil_netifcon *netifcon = current->data; local
    [all...]
cil_build_ast.h 183 void cil_destroy_netifcon(struct cil_netifcon *netifcon);
cil_binary.c     [all...]
  /external/selinux/checkpolicy/
policy_scan.l 186 netifcon |
187 NETIFCON { return(NETIFCON);}
  /external/selinux/prebuilts/bin/
sediff.py 77 labeling.add_argument("--netifcon", action="store_true", help="Print netifcon differences")
94 args.netifcon, args.nodecon, args.portcon, args.fs_use, args.polcap,
    [all...]

Completed in 538 milliseconds