Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Ddomain.c829 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in handle_onexec()
842 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in handle_onexec()
1145 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in change_hat()
1440 new = fn_label_build_in_ns(label, profile, GFP_KERNEL, in aa_change_profile()
/openbmc/linux/security/apparmor/include/
H A Dlib.h298 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ macro