Home
last modified time | relevance | path

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

/openbmc/linux/security/selinux/ss/
H A Dmls.c525 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
531 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
H A Dcontext.h81 static inline int mls_context_cpy_high(struct context *dst, const struct context *src) in mls_context_cpy_high() function