Home
last modified time | relevance | path

Searched refs:sepol_context_get_mls (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/src/
Dcontext_internal.h11 hidden_proto(sepol_context_get_mls)
Dcontext_record.c105 const char *sepol_context_get_mls(const sepol_context_t * con) in hidden_def()
111 hidden_def(sepol_context_get_mls) in hidden_def() argument
Dcontext.c158 const char *mls = sepol_context_get_mls(record); in context_from_record()
/external/selinux/libsepol/include/sepol/
Dcontext_record.h35 extern const char *sepol_context_get_mls(const sepol_context_t * con);
/external/selinux/libsemanage/src/
Dcontext_record.c57 return sepol_context_get_mls(con); in semanage_context_get_mls()