Searched refs:aa_alloc_profile (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/security/apparmor/include/ |
D | policy.h | 179 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
|
/Linux-v4.19/security/apparmor/ |
D | policy_ns.c | 108 ns->unconfined = aa_alloc_profile("unconfined", NULL, GFP_KERNEL); in alloc_ns()
|
D | policy.c | 258 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy, in aa_alloc_profile() function 536 profile = aa_alloc_profile(name, NULL, gfp); in aa_new_null_profile()
|
D | policy_unpack.c | 620 profile = aa_alloc_profile(name, NULL, GFP_KERNEL); in unpack_profile()
|