Home
last modified time | relevance | path

Searched refs:mls_from_string (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/src/
Dmls.h30 extern int mls_from_string(sepol_handle_t * handle,
Dmls.c78 int mls_from_string(sepol_handle_t * handle, in mls_from_string() function
682 if (mls_from_string(handle, &policydb->p, mls1, ctx1) < 0) in sepol_mls_contains()
685 if (mls_from_string(handle, &policydb->p, mls2, ctx2) < 0) in sepol_mls_contains()
721 ret = mls_from_string(handle, &policydb->p, mls, con); in sepol_mls_check()
Dusers.c193 if (mls_from_string(handle, policydb, cmls_level, &context) < 0) { in sepol_user_modify()
213 if (mls_from_string(handle, policydb, cmls_range, &context) < 0) { in sepol_user_modify()
Dcontext.c204 if (mls && (mls_from_string(handle, policydb, mls, scontext) < 0)) in context_from_record()