Home
last modified time | relevance | path

Searched refs:tomoyo_task (Results 1 – 5 of 5) sorted by relevance

/linux/security/tomoyo/
H A Dtomoyo.c19 struct tomoyo_task *s = tomoyo_task(current); in tomoyo_domain()
41 struct tomoyo_task *s = tomoyo_task(current); in tomoyo_cred_prepare()
59 struct tomoyo_task *s = tomoyo_task(current); in tomoyo_bprm_committed_creds()
94 struct tomoyo_task *s = tomoyo_task(current); in tomoyo_bprm_check_security()
505 .lbs_task = sizeof(struct tomoyo_task),
519 struct tomoyo_task *old = tomoyo_task(current); in tomoyo_task_alloc()
520 struct tomoyo_task *new = tomoyo_task(task); in tomoyo_task_alloc()
535 struct tomoyo_task *s = tomoyo_task(task); in tomoyo_task_free()
600 struct tomoyo_task *s = tomoyo_task(current); in tomoyo_init()
H A Dsecurityfs_if.c73 struct tomoyo_task *s = tomoyo_task(current); in tomoyo_write_self()
H A Dcommon.h920 struct tomoyo_task { struct
1217 static inline struct tomoyo_task *tomoyo_task(struct task_struct *task) in tomoyo_task() function
H A Ddomain.c879 struct tomoyo_task *s = tomoyo_task(current); in tomoyo_find_next_domain()
H A Dcommon.c1002 domain = tomoyo_task(p)->domain_info; in tomoyo_select_domain()
1714 domain = tomoyo_task(p)->domain_info; in tomoyo_read_pid()