Searched refs:context_to_str (Results 1 - 2 of 2) sorted by relevance
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_cil.c | 2538 static char *context_to_str(struct policydb *pdb, struct context_struct *con) in context_to_str() function 2587 ctx = context_to_str(pdb, &isid->context[0]); in write_sid_context_rules_to_cil() 2645 ctx = context_to_str(pdb, &fsuse->context[0]); in write_selinux_fsuse_rules_to_cil() 2708 ctx = context_to_str(pdb, &ocon->context[0]); in write_genfscon_rules_to_cil() 2776 ctx = context_to_str(pdb, &portcon->context[0]); in write_selinux_port_rules_to_cil() 2805 ctx1 = context_to_str(pdb, &netif->context[0]); in write_selinux_netif_rules_to_cil() 2810 ctx2 = context_to_str(pdb, &netif->context[1]); in write_selinux_netif_rules_to_cil() 2852 ctx = context_to_str(pdb, &node->context[0]); in write_selinux_node_rules_to_cil() 2892 ctx = context_to_str(pdb, &node->context[0]); in write_selinux_node6_rules_to_cil() 2946 ctx = context_to_str(pd in write_selinux_ibpkey_rules_to_cil() [all...] |
H A D | kernel_to_conf.c | 2411 static char *context_to_str(struct policydb *pdb, struct context_struct *con) in context_to_str() function 2455 ctx = context_to_str(pdb, &isid->context[0]); in write_sid_context_rules_to_conf() 2513 ctx = context_to_str(pdb, &fsuse->context[0]); in write_selinux_fsuse_rules_to_conf() 2576 ctx = context_to_str(pdb, &ocon->context[0]); in write_genfscon_rules_to_conf() 2644 ctx = context_to_str(pdb, &portcon->context[0]); in write_selinux_port_rules_to_conf() 2673 ctx1 = context_to_str(pdb, &netif->context[0]); in write_selinux_netif_rules_to_conf() 2678 ctx2 = context_to_str(pdb, &netif->context[1]); in write_selinux_netif_rules_to_conf() 2720 ctx = context_to_str(pdb, &node->context[0]); in write_selinux_node_rules_to_conf() 2761 ctx = context_to_str(pdb, &node6->context[0]); in write_selinux_node6_rules_to_conf() 2815 ctx = context_to_str(pd in write_selinux_ibpkey_rules_to_conf() [all...] |
Completed in 7 milliseconds