Searched defs:task (Results 1 – 13 of 13) sorted by relevance
| /security/landlock/ |
| A D | cred.h | 77 landlock_get_task_domain(const struct task_struct *const task) in landlock_get_task_domain() 82 static inline bool landlocked(const struct task_struct *const task) in landlocked()
|
| /security/apparmor/include/ |
| A D | task.h | 13 static inline struct aa_task_ctx *task_ctx(struct task_struct *task) in task_ctx()
|
| /security/apparmor/ |
| A D | resource.c | 115 struct task_struct *task, in aa_task_setrlimit()
|
| A D | task.c | 29 struct aa_label *aa_get_task_label(struct task_struct *task) in aa_get_task_label()
|
| A D | lsm.c | 108 static void apparmor_task_free(struct task_struct *task) in apparmor_task_free() 114 static int apparmor_task_alloc(struct task_struct *task, in apparmor_task_alloc() 828 static int apparmor_getprocattr(struct task_struct *task, const char *name, in apparmor_getprocattr() 1010 static int apparmor_task_setrlimit(struct task_struct *task, in apparmor_task_setrlimit()
|
| /security/tomoyo/ |
| A D | tomoyo.c | 516 static int tomoyo_task_alloc(struct task_struct *task, in tomoyo_task_alloc() 533 static void tomoyo_task_free(struct task_struct *task) in tomoyo_task_free()
|
| A D | common.h | 492 } task; member 1217 static inline struct tomoyo_task *tomoyo_task(struct task_struct *task) in tomoyo_task()
|
| A D | common.c | 933 const struct task_struct *task = current; in tomoyo_manager() local
|
| /security/yama/ |
| A D | yama_lsm.c | 205 static void yama_task_free(struct task_struct *task) in yama_task_free()
|
| /security/ |
| A D | device_cgroup.c | 54 static inline struct dev_cgroup *task_devcgroup(struct task_struct *task) in task_devcgroup()
|
| A D | security.c | 769 static int lsm_task_alloc(struct task_struct *task) in lsm_task_alloc() 844 static void __init lsm_early_task(struct task_struct *task) in lsm_early_task() 3188 int security_task_alloc(struct task_struct *task, unsigned long clone_flags) in security_task_alloc() 3207 void security_task_free(struct task_struct *task) in security_task_free()
|
| /security/selinux/ |
| A D | hooks.c | 260 static inline u32 task_sid_obj(const struct task_struct *task) in task_sid_obj() 4146 static int selinux_task_alloc(struct task_struct *task, in selinux_task_alloc()
|
| /security/smack/ |
| A D | smack_lsm.c | 323 static void init_task_smack(struct task_smack *tsp, struct smack_known *task, in init_task_smack()
|
Completed in 56 milliseconds