Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libsepol/include/sepol/
H A Dcontext_record.h51 extern int sepol_context_from_string(sepol_handle_t * handle,
/aosp_15_r20/external/selinux/libsemanage/src/
H A Dcontext_record.c97 return sepol_context_from_string(handle->sepolh, str, con); in semanage_context_from_string()
H A 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()
/aosp_15_r20/system/core/property_service/property_info_checker/
H A Dproperty_info_checker.cpp92 if (sepol_context_from_string(sepol_handle_, context, &sepol_context_raw) < 0) { in CheckContext()
/aosp_15_r20/external/selinux/libsepol/src/
H A Dlibsepol.map.in36 sepol_context_from_string;
H A Dcontext_record.c198 int sepol_context_from_string(sepol_handle_t * handle, in sepol_context_from_string() function
H A Dcontext.c315 if (sepol_context_from_string(handle, con_cpy, &ctx_record) < 0) in context_from_string()
/aosp_15_r20/system/sepolicy/tools/
H A Dcheckfc.c160 int rc = sepol_context_from_string(global_state.sepolicy.handle, context, in validate()