Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/apparmor/
Ddomain.c813 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in handle_onexec()
825 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in handle_onexec()
1117 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in change_hat()
1404 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in aa_change_profile()
/kernel/linux/linux-5.10/security/apparmor/include/
Dlib.h287 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ macro