Lines Matching refs:cxt
339 struct aa_task_cxt *cxt; in apparmor_bprm_set_creds() local
355 cxt = cred_cxt(bprm->cred); in apparmor_bprm_set_creds()
356 BUG_ON(!cxt); in apparmor_bprm_set_creds()
358 profile = aa_get_newest_profile(cxt->profile); in apparmor_bprm_set_creds()
382 if (cxt->onexec) in apparmor_bprm_set_creds()
384 new_profile = aa_get_profile(cxt->onexec); in apparmor_bprm_set_creds()
399 if (cxt->onexec) { in apparmor_bprm_set_creds()
410 cp = change_profile_perms(profile, cxt->onexec->ns, in apparmor_bprm_set_creds()
411 cxt->onexec->base.name, in apparmor_bprm_set_creds()
416 new_profile = aa_get_newest_profile(cxt->onexec); in apparmor_bprm_set_creds()
506 aa_put_profile(cxt->profile); in apparmor_bprm_set_creds()
508 cxt->profile = new_profile; in apparmor_bprm_set_creds()
511 aa_clear_task_cxt_trans(cxt); in apparmor_bprm_set_creds()
607 struct aa_task_cxt *cxt; in aa_change_hat() local
625 cxt = cred_cxt(cred); in aa_change_hat()
627 previous_profile = cxt->previous; in aa_change_hat()