Home
last modified time | relevance | path

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

/linux-5.19.10/security/selinux/ss/
Dmls.c523 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
529 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
Dcontext.h81 static inline int mls_context_cpy_high(struct context *dst, struct context *src) in mls_context_cpy_high() function