Home
last modified time | relevance | path

Searched refs:__lookupn_profile (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy.c385 * __lookupn_profile - lookup the profile matching @hname
396 static struct aa_profile *__lookupn_profile(struct aa_policy *base, in __lookupn_profile() function
422 return __lookupn_profile(base, hname, strlen(hname)); in __lookup_profile()
440 profile = __lookupn_profile(&ns->base, hname, n); in aa_lookupn_profile()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy.c479 * __lookupn_profile - lookup the profile matching @hname
490 static struct aa_profile *__lookupn_profile(struct aa_policy *base, in __lookupn_profile() function
516 return __lookupn_profile(base, hname, strlen(hname)); in __lookup_profile()
534 profile = __lookupn_profile(&ns->base, hname, n); in aa_lookupn_profile()

Completed in 6 milliseconds