Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dpolicy.h235 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
/openbmc/linux/security/apparmor/
H A Dpolicy.c294 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy, in aa_alloc_profile() function
586 profile = aa_alloc_profile(name, NULL, gfp); in aa_alloc_null()
H A Dpolicy_unpack.c841 profile = aa_alloc_profile(name, NULL, GFP_KERNEL); in unpack_profile()