Home
last modified time | relevance | path

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

/linux-6.12.1/security/selinux/ss/
Dmls.c510 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
516 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
533 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
536 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
Dcontext.h63 static inline int mls_context_cpy_low(struct context *dst, in mls_context_cpy_low() function