Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/include/
Dpolicy.h248 struct aa_profile *aa_lookup_profile(struct aa_namespace *ns, const char *name);
/linux-4.1.27/security/apparmor/
Ddomain.c282 new_profile = aa_lookup_profile(new_ns ? new_ns : ns, xname); in x_table_lookup()
814 target = aa_lookup_profile(ns, hname); in aa_change_profile()
Dpolicy.c852 struct aa_profile *aa_lookup_profile(struct aa_namespace *ns, const char *hname) in aa_lookup_profile() function