Searched refs:task_prctl (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/security/yama/ |
| D | yama_lsm.c | 427 LSM_HOOK_INIT(task_prctl, yama_task_prctl),
|
| /Linux-v5.4/include/linux/ |
| D | lsm_hooks.h | 1652 int (*task_prctl)(int option, unsigned long arg2, unsigned long arg3, member 1946 struct hlist_head task_prctl; member
|
| /Linux-v5.4/security/ |
| D | commoncap.c | 1356 LSM_HOOK_INIT(task_prctl, cap_task_prctl),
|
| D | security.c | 1714 hlist_for_each_entry(hp, &security_hook_heads.task_prctl, list) { in security_task_prctl() 1715 thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
|