HomeSort by relevance Sort by last modified time
    Searched refs:mls_from_string (Results 1 - 4 of 4) sorted by null

  /external/libsepol/src/
mls.h 30 extern int mls_from_string(sepol_handle_t * handle,
mls.c 78 int mls_from_string(sepol_handle_t * handle, function
664 if (mls_from_string(handle, &policydb->p, mls1, ctx1) < 0)
667 if (mls_from_string(handle, &policydb->p, mls2, ctx2) < 0)
703 ret = mls_from_string(handle, &policydb->p, mls, con);
users.c 190 if (mls_from_string(handle, policydb, cmls_level, &context) < 0) {
210 if (mls_from_string(handle, policydb, cmls_range, &context) < 0) {
context.c 203 if (mls && (mls_from_string(handle, policydb, mls, scontext) < 0))

Completed in 299 milliseconds