Home
last modified time | relevance | path

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

/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.c89 static void apparmor_task_free(struct task_struct *task) in apparmor_task_free()
95 static int apparmor_task_alloc(struct task_struct *task, in apparmor_task_alloc()
575 static int apparmor_getprocattr(struct task_struct *task, char *name, in apparmor_getprocattr()
716 static int apparmor_task_setrlimit(struct task_struct *task, in apparmor_task_setrlimit()
/security/tomoyo/
Dtomoyo.c501 static int tomoyo_task_alloc(struct task_struct *task, in tomoyo_task_alloc()
518 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.c51 static inline struct dev_cgroup *task_devcgroup(struct task_struct *task) in task_devcgroup()
Dsecurity.c570 static int lsm_task_alloc(struct task_struct *task) in lsm_task_alloc()
631 static void __init lsm_early_task(struct task_struct *task) in lsm_early_task()
1505 int security_task_alloc(struct task_struct *task, unsigned long clone_flags) in security_task_alloc()
1517 void security_task_free(struct task_struct *task) in security_task_free()
/security/selinux/
Dhooks.c231 static inline u32 task_sid(const struct task_struct *task) in task_sid()
3875 static int selinux_task_alloc(struct task_struct *task, in selinux_task_alloc()
/security/smack/
Dsmack_lsm.c331 static void init_task_smack(struct task_smack *tsp, struct smack_known *task, in init_task_smack()