Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/apparmor/include/
H A Dpolicy.h178 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_ns.c104 ns->unconfined = aa_alloc_profile("unconfined", NULL, GFP_KERNEL); in alloc_ns()
H A Dpolicy.c257 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy, in aa_alloc_profile() function
535 profile = aa_alloc_profile(name, NULL, gfp); in aa_new_null_profile()
H A Dpolicy_unpack.c707 profile = aa_alloc_profile(name, NULL, GFP_KERNEL); in unpack_profile()