cap_task_fix_setuid
return cap_task_fix_setuid(new, old, flags);
extern int cap_task_fix_setuid(struct cred *new, const struct cred *old, int flags);
LSM_HOOK_INIT(task_fix_setuid, cap_task_fix_setuid),