Home
last modified time | relevance | path

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

/Linux-v6.6/security/apparmor/
Ddomain.c817 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in handle_onexec()
829 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in handle_onexec()
1122 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in change_hat()
1411 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in aa_change_profile()
/Linux-v6.6/security/apparmor/include/
Dlib.h298 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ macro