Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/
Dcontext_record.h51 extern int sepol_context_from_string(sepol_handle_t * handle,
/external/selinux/libsemanage/src/
Dcontext_record.c97 return sepol_context_from_string(handle->sepolh, str, con); in semanage_context_from_string()
Dgenhomedircon.c568 result = sepol_context_from_string(s->h_semanage->sepolh, in check_line()
633 if (sepol_context_from_string(sepolh, old_context_str, in write_contexts()
/external/selinux/libsepol/src/
Dlibsepol.map.in36 sepol_context_from_string;
Dcontext_record.c198 int sepol_context_from_string(sepol_handle_t * handle, in sepol_context_from_string() function
Dcontext.c315 if (sepol_context_from_string(handle, con_cpy, &ctx_record) < 0) in context_from_string()