Home
last modified time | relevance | path

Searched refs:aa_alloc_profile (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/security/apparmor/include/
Dpolicy.h182 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
/Linux-v6.1/security/apparmor/
Dpolicy_ns.c87 profile = aa_alloc_profile(name, NULL, GFP_KERNEL); in alloc_unconfined()
Dpolicy.c257 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy, in aa_alloc_profile() function
534 profile = aa_alloc_profile(name, NULL, gfp); in aa_new_null_profile()
Dpolicy_unpack.c711 profile = aa_alloc_profile(name, NULL, GFP_KERNEL); in unpack_profile()