Home
last modified time | relevance | path

Searched defs:task (Results 1 – 14 of 14) sorted by relevance

/security/landlock/
Dcred.h38 landlock_get_task_domain(const struct task_struct *const task) in landlock_get_task_domain()
43 static inline bool landlocked(const struct task_struct *const task) in landlocked()
/security/apparmor/include/
Dtask.h13 static inline struct aa_task_ctx *task_ctx(struct task_struct *task) in task_ctx()
Dcred.h74 static inline struct aa_label *__aa_task_raw_label(struct task_struct *task) in __aa_task_raw_label()
/security/apparmor/
Dtask.c24 struct aa_label *aa_get_task_label(struct task_struct *task) in aa_get_task_label()
Dresource.c104 int aa_task_setrlimit(struct aa_label *label, struct task_struct *task, in aa_task_setrlimit()
Dlsm.c99 static void apparmor_task_free(struct task_struct *task) in apparmor_task_free()
105 static int apparmor_task_alloc(struct task_struct *task, in apparmor_task_alloc()
597 static int apparmor_getprocattr(struct task_struct *task, char *name, in apparmor_getprocattr()
738 static int apparmor_task_setrlimit(struct task_struct *task, in apparmor_task_setrlimit()
/security/tomoyo/
Dtomoyo.c493 static int tomoyo_task_alloc(struct task_struct *task, in tomoyo_task_alloc()
510 static void tomoyo_task_free(struct task_struct *task) in tomoyo_task_free()
Dcommon.c941 const struct task_struct *task = current; in tomoyo_manager() local
Dcommon.h492 } task; member
1220 static inline struct tomoyo_task *tomoyo_task(struct task_struct *task) in tomoyo_task()
/security/yama/
Dyama_lsm.c205 static void yama_task_free(struct task_struct *task) in yama_task_free()
/security/
Ddevice_cgroup.c53 static inline struct dev_cgroup *task_devcgroup(struct task_struct *task) in task_devcgroup()
Dsecurity.c609 static int lsm_task_alloc(struct task_struct *task) in lsm_task_alloc()
670 static void __init lsm_early_task(struct task_struct *task) in lsm_early_task()
1676 int security_task_alloc(struct task_struct *task, unsigned long clone_flags) in security_task_alloc()
1688 void security_task_free(struct task_struct *task) in security_task_free()
/security/selinux/
Dhooks.c235 static inline u32 task_sid_subj(const struct task_struct *task) in task_sid_subj()
248 static inline u32 task_sid_obj(const struct task_struct *task) in task_sid_obj()
4077 static int selinux_task_alloc(struct task_struct *task, in selinux_task_alloc()
/security/smack/
Dsmack_lsm.c326 static void init_task_smack(struct task_smack *tsp, struct smack_known *task, in init_task_smack()