Searched refs:mls_from_string (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/src/ |
D | mls.h | 30 extern int mls_from_string(sepol_handle_t * handle,
|
D | mls.c | 78 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()
|
D | users.c | 193 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()
|
D | context.c | 204 if (mls && (mls_from_string(handle, policydb, mls, scontext) < 0)) in context_from_record()
|