Home
last modified time | relevance | path

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

/linux-4.4.14/security/yama/
Dyama_lsm.c352 LSM_HOOK_INIT(task_prctl, yama_task_prctl),
/linux-4.4.14/include/linux/
Dlsm_hooks.h1473 int (*task_prctl)(int option, unsigned long arg2, unsigned long arg3, member
1730 struct list_head task_prctl; member
/linux-4.4.14/security/
Dsecurity.c995 list_for_each_entry(hp, &security_hook_heads.task_prctl, list) { in security_task_prctl()
996 thisrc = hp->hook.task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
1716 .task_prctl = LIST_HEAD_INIT(security_hook_heads.task_prctl),
Dcommoncap.c1084 LSM_HOOK_INIT(task_prctl, cap_task_prctl),