Home
last modified time | relevance | path

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

/linux-2.6.39/security/apparmor/
Ddomain.c545 struct aa_task_cxt *new_cxt = bprm->cred->security; in apparmor_bprm_committing_creds() local
548 if ((new_cxt->profile == profile) || in apparmor_bprm_committing_creds()
549 (unconfined(new_cxt->profile))) in apparmor_bprm_committing_creds()
555 __aa_transition_rlimits(profile, new_cxt->profile); in apparmor_bprm_committing_creds()
Dlsm.c91 struct aa_task_cxt *new_cxt = new->security; in apparmor_cred_transfer() local
93 aa_dup_task_context(new_cxt, old_cxt); in apparmor_cred_transfer()