Searched refs:aa_task_ctx (Results 1 – 4 of 4) sorted by relevance
13 static inline struct aa_task_ctx *task_ctx(struct task_struct *task) in task_ctx()25 struct aa_task_ctx { struct42 static inline void aa_free_task_ctx(struct aa_task_ctx *ctx) in aa_free_task_ctx() argument56 static inline void aa_dup_task_ctx(struct aa_task_ctx *new, in aa_dup_task_ctx()57 const struct aa_task_ctx *old) in aa_dup_task_ctx()69 static inline void aa_clear_task_ctx_trans(struct aa_task_ctx *ctx) in aa_clear_task_ctx_trans()
49 struct aa_task_ctx *ctx = task_ctx(current); in aa_replace_current_label()99 struct aa_task_ctx *ctx = task_ctx(current); in aa_set_current_onexec()119 struct aa_task_ctx *ctx = task_ctx(current); in aa_set_current_hat()159 struct aa_task_ctx *ctx = task_ctx(current); in aa_restore_previous_label()
919 struct aa_task_ctx *ctx; in apparmor_bprm_creds_for_exec()1224 struct aa_task_ctx *ctx = task_ctx(current); in aa_change_hat()1396 struct aa_task_ctx *ctx = task_ctx(current); in aa_change_profile()
117 struct aa_task_ctx *new = task_ctx(task); in apparmor_task_alloc()792 struct aa_task_ctx *ctx = task_ctx(current); in apparmor_getselfattr()834 struct aa_task_ctx *ctx = task_ctx(current); in apparmor_getprocattr()1662 .lbs_task = sizeof(struct aa_task_ctx),
Completed in 12 milliseconds