Home
last modified time | relevance | path

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

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