Home
last modified time | relevance | path

Searched refs:mls_context_cpy_low (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/selinux/ss/
H A Dmls.c523 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
529 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
546 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
549 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
H A Dcontext.h61 static inline int mls_context_cpy_low(struct context *dst, const struct context *src) in mls_context_cpy_low() function