Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/ss/
Dmls.h42 int mls_range_set(struct context *context, struct mls_range *range);
Dmls.c402 int mls_range_set(struct context *context, in mls_range_set() function
528 return mls_range_set(newcontext, r); in mls_compute_sid()
Dservices.c1784 rc = mls_range_set(c, range); in convert_context()