Home
last modified time | relevance | path

Searched refs:fn_for_each_in_scope (Results 1 – 3 of 3) sorted by relevance

/linux/security/apparmor/
H A Ddomain.c947 error = fn_for_each_in_scope(label, profile, in handle_onexec()
967 error = fn_for_each_in_scope(label, profile, in handle_onexec()
1439 fn_for_each_in_scope(label, profile, in aa_change_hat()
1569 error = fn_for_each_in_scope(label, profile, in aa_change_profile()
1583 if (error && !fn_for_each_in_scope(label, profile, in aa_change_profile()
1650 error = fn_for_each_in_scope(label, profile, in aa_change_profile()
H A Daf_unix.c420 return fn_for_each_in_scope(peer_label, peerp, in profile_peer_perm()
/linux/security/apparmor/include/
H A Dlib.h93 #define fn_for_each_in_scope(L, P, FN) \ macro