Lines Matching refs:cxt
339 struct aa_task_cxt *cxt; in apparmor_bprm_set_creds() local
357 cxt = cred_cxt(bprm->cred); in apparmor_bprm_set_creds()
358 BUG_ON(!cxt); in apparmor_bprm_set_creds()
360 profile = aa_get_newest_profile(cxt->profile); in apparmor_bprm_set_creds()
384 if (cxt->onexec) in apparmor_bprm_set_creds()
386 new_profile = aa_get_profile(cxt->onexec); in apparmor_bprm_set_creds()
401 if (cxt->onexec) { in apparmor_bprm_set_creds()
412 cp = change_profile_perms(profile, cxt->onexec->ns, in apparmor_bprm_set_creds()
413 cxt->onexec->base.name, in apparmor_bprm_set_creds()
418 new_profile = aa_get_newest_profile(cxt->onexec); in apparmor_bprm_set_creds()
508 aa_put_profile(cxt->profile); in apparmor_bprm_set_creds()
510 cxt->profile = new_profile; in apparmor_bprm_set_creds()
513 aa_clear_task_cxt_trans(cxt); in apparmor_bprm_set_creds()
611 struct aa_task_cxt *cxt; in aa_change_hat() local
629 cxt = cred_cxt(cred); in aa_change_hat()
631 previous_profile = cxt->previous; in aa_change_hat()