Home
last modified time | relevance | path

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

/external/libsepol/include/sepol/policydb/
Dpolicydb.h290 typedef struct ocontext { struct
323 struct ocontext *next; argument
328 struct ocontext *head;
/external/libsepol/src/
Dservices.c430 context_struct_t *ocontext; in sepol_validate_transition() local
442 ocontext = sepol_sidtab_search(sidtab, oldsid); in sepol_validate_transition()
443 if (!ocontext) { in sepol_validate_transition()
462 if (!constraint_expr_eval(ocontext, ncontext, tcontext, in sepol_validate_transition()