Searched refs:cred_cxt (Results 1 – 4 of 4) sorted by relevance
107 cxt = cred_cxt(new); in aa_replace_current_profile()139 cxt = cred_cxt(new); in aa_set_current_onexec()166 cxt = cred_cxt(new); in aa_set_current_hat()203 cxt = cred_cxt(new); in aa_restore_previous_profile()
51 aa_free_task_context(cred_cxt(cred)); in apparmor_cred_free()52 cred_cxt(cred) = NULL; in apparmor_cred_free()65 cred_cxt(cred) = cxt; in apparmor_cred_alloc_blank()80 aa_dup_task_context(cxt, cred_cxt(old)); in apparmor_cred_prepare()81 cred_cxt(new) = cxt; in apparmor_cred_prepare()90 const struct aa_task_cxt *old_cxt = cred_cxt(old); in apparmor_cred_transfer()91 struct aa_task_cxt *new_cxt = cred_cxt(new); in apparmor_cred_transfer()510 struct aa_task_cxt *cxt = cred_cxt(cred); in apparmor_getprocattr()892 cred_cxt(cred) = cxt; in set_init_cxt()922 aa_free_task_context(cred_cxt(cred)); in apparmor_init()[all …]
357 cxt = cred_cxt(bprm->cred); in apparmor_bprm_set_creds()552 struct aa_task_cxt *new_cxt = cred_cxt(bprm->cred); in apparmor_bprm_committing_creds()629 cxt = cred_cxt(cred); in aa_change_hat()
24 #define cred_cxt(X) (X)->security macro25 #define current_cxt() cred_cxt(current_cred())99 struct aa_task_cxt *cxt = cred_cxt(cred); in aa_cred_profile()