Searched refs:previous (Results 1 – 5 of 5) sorted by relevance
28 struct aa_label *previous; member46 aa_put_label(ctx->previous); in aa_free_task_ctx()61 aa_get_label(new->previous); in aa_dup_task_ctx()73 aa_put_label(ctx->previous); in aa_clear_task_ctx_trans()75 ctx->previous = NULL; in aa_clear_task_ctx_trans()
125 if (!ctx->previous) { in aa_set_current_hat()127 ctx->previous = cred_label(new); in aa_set_current_hat()163 if (!ctx->previous) in aa_restore_previous_label()171 set_cred_label(new, aa_get_newest_label(ctx->previous)); in aa_restore_previous_label()
1170 struct aa_label *label, *previous, *new = NULL, *target = NULL; in aa_change_hat() local1179 previous = aa_get_newest_label(ctx->previous); in aa_change_hat()1231 } else if (previous && !(flags & AA_CHANGE_TEST)) { in aa_change_hat()1237 !aa_label_is_subset(previous, ctx->nnp)) { in aa_change_hat()1247 target = previous; in aa_change_hat()1258 aa_put_label(previous); in aa_change_hat()
586 else if (strcmp(name, "prev") == 0 && ctx->previous) in apparmor_getprocattr()587 label = aa_get_newest_label(ctx->previous); in apparmor_getprocattr()
158 previous syscalls. Although this information is not precise, it