Searched refs:task_fix_setuid (Results 1 – 3 of 3) sorted by relevance
1456 int (*task_fix_setuid)(struct cred *new, const struct cred *old, member1716 struct list_head task_fix_setuid; member
916 return call_int_hook(task_fix_setuid, 0, new, old, flags); in security_task_fix_setuid()1694 .task_fix_setuid =1695 LIST_HEAD_INIT(security_hook_heads.task_fix_setuid),
1083 LSM_HOOK_INIT(task_fix_setuid, cap_task_fix_setuid),