Home
last modified time | relevance | path

Searched refs:aa_task_ctx (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/security/apparmor/include/
Dtask.h13 static inline struct aa_task_ctx *task_ctx(struct task_struct *task) in task_ctx()
25 struct aa_task_ctx { struct
42 static inline void aa_free_task_ctx(struct aa_task_ctx *ctx) in aa_free_task_ctx() argument
56 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()
/Linux-v5.10/security/apparmor/
Dtask.c44 struct aa_task_ctx *ctx = task_ctx(current); in aa_replace_current_label()
95 struct aa_task_ctx *ctx = task_ctx(current); in aa_set_current_onexec()
117 struct aa_task_ctx *ctx = task_ctx(current); in aa_set_current_hat()
157 struct aa_task_ctx *ctx = task_ctx(current); in aa_restore_previous_label()
Ddomain.c854 struct aa_task_ctx *ctx; in apparmor_bprm_creds_for_exec()
1149 struct aa_task_ctx *ctx = task_ctx(current); in aa_change_hat()
1299 struct aa_task_ctx *ctx = task_ctx(current); in aa_change_profile()
Dlsm.c108 struct aa_task_ctx *new = task_ctx(task); in apparmor_task_alloc()
594 struct aa_task_ctx *ctx = task_ctx(current); in apparmor_getprocattr()
1167 .lbs_cred = sizeof(struct aa_task_ctx *),
1169 .lbs_task = sizeof(struct aa_task_ctx),