Searched refs:sepol_context_from_string (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/selinux/libsepol/include/sepol/ |
H A D | context_record.h | 51 extern int sepol_context_from_string(sepol_handle_t * handle,
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | context_record.c | 97 return sepol_context_from_string(handle->sepolh, str, con); in semanage_context_from_string()
|
H A D | genhomedircon.c | 568 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 D | property_info_checker.cpp | 92 if (sepol_context_from_string(sepol_handle_, context, &sepol_context_raw) < 0) { in CheckContext()
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | libsepol.map.in | 36 sepol_context_from_string;
|
H A D | context_record.c | 198 int sepol_context_from_string(sepol_handle_t * handle, in sepol_context_from_string() function
|
H A D | context.c | 315 if (sepol_context_from_string(handle, con_cpy, &ctx_record) < 0) in context_from_string()
|
/aosp_15_r20/system/sepolicy/tools/ |
H A D | checkfc.c | 160 int rc = sepol_context_from_string(global_state.sepolicy.handle, context, in validate()
|