Searched refs:find_attach (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | domain.c | 370 * find_attach - do attachment search for unconfined processes 386 static struct aa_label *find_attach(const struct linux_binprm *bprm, in find_attach() function 584 new = find_attach(bprm, ns, &profile->base.profiles, in x_to_label() 588 new = find_attach(bprm, ns, &ns->base.profiles, in x_to_label() 652 new = find_attach(bprm, profile->ns, in profile_transition()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | domain.c | 368 * find_attach - do attachment search for unconfined processes 384 static struct aa_label *find_attach(const struct linux_binprm *bprm, in find_attach() function 591 new = find_attach(bprm, ns, &profile->base.profiles, in x_to_label() 595 new = find_attach(bprm, ns, &ns->base.profiles, in x_to_label() 662 new = find_attach(bprm, profile->ns, in profile_transition()
|
Completed in 4 milliseconds