Searched refs:new_cxt (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/security/apparmor/
H A Ddomain.c548 struct aa_task_cxt *new_cxt = cred_cxt(bprm->cred); apparmor_bprm_committing_creds() local
551 if ((new_cxt->profile == profile) || apparmor_bprm_committing_creds()
552 (unconfined(new_cxt->profile))) apparmor_bprm_committing_creds()
558 __aa_transition_rlimits(profile, new_cxt->profile); apparmor_bprm_committing_creds()
H A Dlsm.c91 struct aa_task_cxt *new_cxt = cred_cxt(new); apparmor_cred_transfer() local
93 aa_dup_task_context(new_cxt, old_cxt); apparmor_cred_transfer()

Completed in 113 milliseconds