Home
last modified time | relevance | path

Searched refs:context_to_str (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/src/
Dkernel_to_conf.c2336 static char *context_to_str(struct policydb *pdb, struct context_struct *con) in context_to_str() function
2380 ctx = context_to_str(pdb, &isid->context[0]); in write_sid_context_rules_to_conf()
2438 ctx = context_to_str(pdb, &fsuse->context[0]); in write_selinux_fsuse_rules_to_conf()
2475 ctx = context_to_str(pdb, &ocon->context[0]); in write_genfscon_rules_to_conf()
2538 ctx = context_to_str(pdb, &portcon->context[0]); in write_selinux_port_rules_to_conf()
2567 ctx1 = context_to_str(pdb, &netif->context[0]); in write_selinux_netif_rules_to_conf()
2572 ctx2 = context_to_str(pdb, &netif->context[1]); in write_selinux_netif_rules_to_conf()
2614 ctx = context_to_str(pdb, &node->context[0]); in write_selinux_node_rules_to_conf()
2655 ctx = context_to_str(pdb, &node6->context[0]); in write_selinux_node6_rules_to_conf()
2710 ctx = context_to_str(pdb, &ibpkeycon->context[0]); in write_selinux_ibpkey_rules_to_conf()
[all …]
Dkernel_to_cil.c2471 static char *context_to_str(struct policydb *pdb, struct context_struct *con) in context_to_str() function
2520 ctx = context_to_str(pdb, &isid->context[0]); in write_sid_context_rules_to_cil()
2578 ctx = context_to_str(pdb, &fsuse->context[0]); in write_selinux_fsuse_rules_to_cil()
2615 ctx = context_to_str(pdb, &ocon->context[0]); in write_genfscon_rules_to_cil()
2678 ctx = context_to_str(pdb, &portcon->context[0]); in write_selinux_port_rules_to_cil()
2707 ctx1 = context_to_str(pdb, &netif->context[0]); in write_selinux_netif_rules_to_cil()
2712 ctx2 = context_to_str(pdb, &netif->context[1]); in write_selinux_netif_rules_to_cil()
2754 ctx = context_to_str(pdb, &node->context[0]); in write_selinux_node_rules_to_cil()
2794 ctx = context_to_str(pdb, &node->context[0]); in write_selinux_node6_rules_to_cil()
2849 ctx = context_to_str(pdb, &ibpkeycon->context[0]); in write_selinux_ibpkey_rules_to_cil()
[all …]