Lines Matching refs:cred
355 cxt = cred_cxt(bprm->cred); in apparmor_bprm_set_creds()
548 struct aa_task_cxt *new_cxt = cred_cxt(bprm->cred); in apparmor_bprm_committing_creds()
606 const struct cred *cred; in aa_change_hat() local
624 cred = get_current_cred(); in aa_change_hat()
625 cxt = cred_cxt(cred); in aa_change_hat()
626 profile = aa_cred_profile(cred); in aa_change_hat()
723 put_cred(cred); in aa_change_hat()
746 const struct cred *cred; in aa_change_profile() local
765 cred = get_current_cred(); in aa_change_profile()
766 profile = aa_cred_profile(cred); in aa_change_profile()
776 put_cred(cred); in aa_change_profile()
847 put_cred(cred); in aa_change_profile()