Home
last modified time | relevance | path

Searched refs:aa_lookupn_profile (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy.c433 struct aa_profile *aa_lookupn_profile(struct aa_ns *ns, const char *hname, in aa_lookupn_profile() function
454 return aa_lookupn_profile(ns, hname, strlen(hname)); in aa_lookup_profile()
474 profile = aa_lookupn_profile(ns, name, n - (name - fqname)); in aa_fqlookupn_profile()
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dpolicy.h185 struct aa_profile *aa_lookupn_profile(struct aa_ns *ns, const char *hname,
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpolicy.h244 struct aa_profile *aa_lookupn_profile(struct aa_ns *ns, const char *hname,
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy.c520 * aa_lookupn_profile - find a profile by its full or partial name
527 struct aa_profile *aa_lookupn_profile(struct aa_ns *ns, const char *hname, in aa_lookupn_profile() function
548 return aa_lookupn_profile(ns, hname, strlen(hname)); in aa_lookup_profile()
568 profile = aa_lookupn_profile(ns, name, n - (name - fqname)); in aa_fqlookupn_profile()

Completed in 5 milliseconds