Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/security/apparmor/
Dtask.c49 struct aa_task_ctx *ctx = task_ctx(current); in aa_replace_current_label()
100 struct aa_task_ctx *ctx = task_ctx(current); in aa_set_current_onexec()
122 struct aa_task_ctx *ctx = task_ctx(current); in aa_set_current_hat()
162 struct aa_task_ctx *ctx = task_ctx(current); in aa_restore_previous_label()
Ddomain.c855 struct aa_task_ctx *ctx; in apparmor_bprm_creds_for_exec()
1151 struct aa_task_ctx *ctx = task_ctx(current); in aa_change_hat()
1300 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()
623 struct aa_task_ctx *ctx = task_ctx(current); in apparmor_getprocattr()
1200 .lbs_cred = sizeof(struct aa_task_ctx *),
1202 .lbs_task = sizeof(struct aa_task_ctx),