Searched refs:task_prctl (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/security/yama/ |
D | yama_lsm.c | 429 LSM_HOOK_INIT(task_prctl, yama_task_prctl),
|
/Linux-v4.19/include/linux/ |
D | lsm_hooks.h | 1611 int (*task_prctl)(int option, unsigned long arg2, unsigned long arg3, member 1898 struct hlist_head task_prctl; member
|
/Linux-v4.19/security/ |
D | security.c | 1163 hlist_for_each_entry(hp, &security_hook_heads.task_prctl, list) { in security_task_prctl() 1164 thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
|
D | commoncap.c | 1362 LSM_HOOK_INIT(task_prctl, cap_task_prctl),
|