Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/ss/
H A Dmls.c271 return mls_context_cpy(context, defcon); in mls_context_to_sid()
527 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
533 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
543 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
H A Dcontext.h41 static inline int mls_context_cpy(struct context *dst, const struct context *src) in mls_context_cpy() function
167 rc = mls_context_cpy(dst, src); in context_cpy()
H A Dservices.c3199 rc = mls_context_cpy(&newcon, context2); in security_sid_mls_copy()