Home
last modified time | relevance | path

Searched refs:sepol_context_set_mls (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/src/
Dcontext_record.c113 int sepol_context_set_mls(sepol_handle_t * handle, in hidden_def()
128 hidden_def(sepol_context_set_mls) in hidden_def() argument
261 if (sepol_context_set_mls(handle, tmp_con, low) < 0) in hidden_def()
Dcontext_internal.h15 hidden_proto(sepol_context_set_mls)
Dcontext.c273 if (sepol_context_set_mls(handle, tmp_record, mls) < 0) in context_to_record()
/external/selinux/libsepol/include/sepol/
Dcontext_record.h37 extern int sepol_context_set_mls(sepol_handle_t * handle,
/external/selinux/libsemanage/src/
Dcontext_record.c64 return sepol_context_set_mls(handle->sepolh, con, mls_range); in semanage_context_set_mls()
Dgenhomedircon.c643 sepol_context_set_mls(sepolh, context, user->level) < 0) { in write_contexts()