Home
last modified time | relevance | path

Searched refs:mls_range_set (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/security/selinux/ss/
Dmls.h45 int mls_range_set(struct context *context, struct mls_range *range);
Dmls.c405 int mls_range_set(struct context *context, in mls_range_set() function
533 return mls_range_set(newcontext, r); in mls_compute_sid()
Dservices.c2040 rc = mls_range_set(c, range); in convert_context()