HomeSort by relevance Sort by last modified time
    Searched refs:nodecon (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
nodeconquery.py 34 Query nodecon statements.
44 the nodecon's network instead of equality.
45 ip_version The IP version of the nodecon to match. (socket.AF_INET
97 raise RuntimeError("Nodecon IP address/network functions require Python 3.3+.")
107 self.log.info("Generating nodecon results from {0.policy}".format(self))
112 for nodecon in self.policy.nodecons():
116 netmask = ipaddress.ip_address(nodecon.netmask)
120 raise RuntimeError("Nodecon IP address/network functions require Python 3.3+.")
134 net = ipaddress.ip_network('{0}/{1}'.format(nodecon.address, CIDR))
143 if self.ip_version and self.ip_version != nodecon.ip_version
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
__init__.py 30 from .nodecon import NodeconsDifference
  /external/selinux/libsepol/cil/src/
cil_tree.c 1448 struct cil_nodecon *nodecon = node->data; local
    [all...]
cil_reset_ast.c 305 static void cil_reset_nodecon(struct cil_nodecon *nodecon)
307 if (nodecon->context_str == NULL) {
308 cil_reset_context(nodecon->context);
cil_policy.c 1789 struct cil_nodecon *nodecon; local
    [all...]
cil.c 194 CIL_KEY_NODECON = cil_strpool_add("nodecon");
261 cil_sort_init(&(*db)->nodecon);
314 cil_sort_destroy(&(*db)->nodecon);
    [all...]
cil_build_ast.c 4487 struct cil_nodecon *nodecon = NULL; local
    [all...]
cil_resolve_ast.c 2000 struct cil_nodecon *nodecon = current->data; local
    [all...]
cil_internal.h 290 struct cil_sort *nodecon; member in struct:cil_db
1033 void cil_nodecon_init(struct cil_nodecon **nodecon);
cil_post.c 623 db->nodecon->count++;
766 struct cil_sort *sort = db->nodecon;
1944 struct cil_nodecon *nodecon = node->data; local
    [all...]
cil_build_ast.h 185 void cil_destroy_nodecon(struct cil_nodecon *nodecon);
cil_verify.c 1085 struct cil_nodecon *nodecon = node->data; local
1086 struct cil_context *ctx = nodecon->context;
1099 cil_tree_log(node, CIL_ERR, "Invalid nodecon");
    [all...]
  /external/selinux/checkpolicy/
policy_scan.l 195 nodecon |
196 NODECON { return(NODECON);}
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 495 #nodecon 127.0.0.1 255.255.255.255 system_u:object_r:net_foo_t:s0
497 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(system_u:object_r:system_t, s0)
role-base.conf 477 #nodecon 127.0.0.1 255.255.255.255 system_u:object_r:net_foo_t:s0
479 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(system_u:object_r:system_t, s0)
user-base.conf 481 #nodecon 127.0.0.1 255.255.255.255 system_u:object_r:net_foo_t:s0
483 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(system_u:object_r:system_t, s0)
small-base.conf 715 #nodecon 127.0.0.1 255.255.255.255 system_u:object_r:net_foo_t:s0
717 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(system_u:object_r:net_foo_t, s0)
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 465 #nodecon 127.0.0.1 255.255.255.255 g_b_user_1:object_r:net_foo_t:s0
467 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(g_b_user_1:object_r:g_b_type_1, s0)
small-base.conf 465 #nodecon 127.0.0.1 255.255.255.255 g_b_user_1:object_r:net_foo_t:s0
467 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(g_b_user_1:object_r:g_b_type_1, s0)
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 517 #nodecon 127.0.0.1 255.255.255.255 system_u:object_r:net_foo_t:s0
519 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(system_u:object_r:net_foo_t, s0)
base-notmetreq.conf 504 #nodecon 127.0.0.1 255.255.255.255 system_u:object_r:net_foo_t:s0
506 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(system_u:object_r:net_foo_t, s0)
small-base.conf 505 #nodecon 127.0.0.1 255.255.255.255 system_u:object_r:net_foo_t:s0
507 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(system_u:object_r:net_foo_t, s0)
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 594 #nodecon 127.0.0.1 255.255.255.255 g_b_user_1:object_r:net_foo_t:s0
596 nodecon ::1 FFFF:FFFF:FFFF:FFFF:: gen_context(g_b_user_1:object_r:g_b_type_1, s0)
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]
  /external/selinux/prebuilts/bin/
sediff.py 94 labeling.add_argument("--nodecon", action="store_true", help="Print nodecon differences")
115 args.netifcon, args.nodecon, args.portcon, args.fs_use, args.polcap,
    [all...]

Completed in 471 milliseconds

1 2