Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/include/
Dpolicy.h189 struct aa_profile *aa_fqlookupn_profile(struct aa_label *base,
/Linux-v4.19/security/apparmor/
Dlabel.c1842 return aa_fqlookupn_profile(base, str, n); in fqlookupn_profile()
1844 return aa_fqlookupn_profile(currentbase, str, n); in fqlookupn_profile()
Dpolicy.c458 struct aa_profile *aa_fqlookupn_profile(struct aa_label *base, in aa_fqlookupn_profile() function