Searched refs:aa_alloc_profile (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/security/apparmor/include/ | 
| D | policy.h | 178 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
  | 
| /Linux-v5.4/security/apparmor/ | 
| D | policy_ns.c | 104 	ns->unconfined = aa_alloc_profile("unconfined", NULL, GFP_KERNEL);  in alloc_ns()
  | 
| D | policy.c | 256 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()
  | 
| D | policy_unpack.c | 704 	profile = aa_alloc_profile(name, NULL, GFP_KERNEL);  in unpack_profile()
  |