Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dmls.c264 return mls_context_cpy(context, defcon); in mls_context_to_sid()
514 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
520 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
530 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
H A Dcontext.h42 static inline int mls_context_cpy(struct context *dst, in mls_context_cpy() function
172 rc = mls_context_cpy(dst, src); in context_cpy()
H A Dservices.c3207 rc = mls_context_cpy(&newcon, context2); in security_sid_mls_copy()