Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Ddomain.c373 * find_attach - do attachment search for unconfined processes
389 static struct aa_label *find_attach(const struct linux_binprm *bprm, in find_attach() function
600 new = find_attach(bprm, ns, &profile->base.profiles, in x_to_label()
604 new = find_attach(bprm, ns, &ns->base.profiles, in x_to_label()
635 * find_attach as well (i.e. whether we actually overwrote) in x_to_label()
640 "AppArmor: find_attach (from profile %s) audit info \"%s\" dropped", in x_to_label()
692 new = find_attach(bprm, profile->ns, in profile_transition()