Home
last modified time | relevance | path

Searched refs:task_prctl (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/security/yama/
Dyama_lsm.c429 LSM_HOOK_INIT(task_prctl, yama_task_prctl),
/Linux-v4.19/include/linux/
Dlsm_hooks.h1611 int (*task_prctl)(int option, unsigned long arg2, unsigned long arg3, member
1898 struct hlist_head task_prctl; member
/Linux-v4.19/security/
Dsecurity.c1163 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()
Dcommoncap.c1362 LSM_HOOK_INIT(task_prctl, cap_task_prctl),