Home
last modified time | relevance | path

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

/Linux-v5.4/security/selinux/ss/
Dcontext.h41 static inline int mls_context_cpy(struct context *dst, struct context *src) in mls_context_cpy() function
134 rc = mls_context_cpy(dst, src); in context_cpy()
Dmls.c271 return mls_context_cpy(context, defcon); in mls_context_to_sid()
525 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
531 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
538 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
Dservices.c3004 rc = mls_context_cpy(&newcon, context2); in security_sid_mls_copy()