Searched refs:cap_task_prctl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 1192 int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, in cap_task_prctl() function 1381 LSM_HOOK_INIT(task_prctl, cap_task_prctl),
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | security.h | 159 extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, 1153 return cap_task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
|