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 664 if (mls_from_string(handle, &policydb->p, mls1, ctx1) < 0) in sepol_mls_contains() 667 if (mls_from_string(handle, &policydb->p, mls2, ctx2) < 0) in sepol_mls_contains() 703 ret = mls_from_string(handle, &policydb->p, mls, con); in sepol_mls_check()
|
D | users.c | 190 if (mls_from_string(handle, policydb, cmls_level, &context) < 0) { in sepol_user_modify() 210 if (mls_from_string(handle, policydb, cmls_range, &context) < 0) { in sepol_user_modify()
|
D | context.c | 203 if (mls && (mls_from_string(handle, policydb, mls, scontext) < 0)) in context_from_record()
|