Home
last modified time | relevance | path

Searched refs:ocontext (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/src/
Dmodule_to_cil.c2417 static int ocontext_isid_to_cil(struct policydb *pdb, const char **sid_to_string, struct ocontext *… in ocontext_isid_to_cil()
2421 struct ocontext *isid; in ocontext_isid_to_cil()
2469 static int ocontext_selinux_isid_to_cil(struct policydb *pdb, struct ocontext *isids) in ocontext_selinux_isid_to_cil()
2518 static int ocontext_selinux_fs_to_cil(struct policydb *UNUSED(pdb), struct ocontext *fss) in ocontext_selinux_fs_to_cil()
2527 static int ocontext_selinux_port_to_cil(struct policydb *pdb, struct ocontext *portcons) in ocontext_selinux_port_to_cil()
2530 struct ocontext *portcon; in ocontext_selinux_port_to_cil()
2565 static int ocontext_selinux_netif_to_cil(struct policydb *pdb, struct ocontext *netifs) in ocontext_selinux_netif_to_cil()
2567 struct ocontext *netif; in ocontext_selinux_netif_to_cil()
2581 static int ocontext_selinux_node_to_cil(struct policydb *pdb, struct ocontext *nodes) in ocontext_selinux_node_to_cil()
2584 struct ocontext *node; in ocontext_selinux_node_to_cil()
[all …]
Dservices.c957 context_struct_t *ocontext; in sepol_validate_transition() local
969 ocontext = sepol_sidtab_search(sidtab, oldsid); in sepol_validate_transition()
970 if (!ocontext) { in sepol_validate_transition()
989 if (!constraint_expr_eval_reason(ocontext, ncontext, tcontext, in sepol_validate_transition()
1010 context_struct_t *ocontext; in sepol_validate_transition_reason_buffer() local
1022 ocontext = sepol_sidtab_search(sidtab, oldsid); in sepol_validate_transition_reason_buffer()
1023 if (!ocontext) { in sepol_validate_transition_reason_buffer()
1052 if (!constraint_expr_eval_reason(ocontext, ncontext, tcontext, in sepol_validate_transition_reason_buffer()
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h330 typedef struct ocontext { struct
363 struct ocontext *next; argument
368 struct ocontext *head;
/external/selinux/sepolgen/
DChangeLog8 * Add device tree ocontext nodes to Xen policy, from Daniel De Graaf.
/external/selinux/checkpolicy/
DChangeLog12 * Add device tree ocontext nodes to Xen policy, from Daniel De Graaf.
/external/selinux/libsepol/
DChangeLog36 * Add device tree ocontext nodes to Xen policy, from Daniel De Graaf.