sys_fchmodat2
asmlinkage long sys_fchmodat2(int dfd, const char __user *filename,
__SYSCALL(__NR_fchmodat2, sys_fchmodat2)
__SYSCALL(__NR_fchmodat2, sys_fchmodat2)
ret = sys_fchmodat2(dfd, "symlink", 0600, AT_SYMLINK_NOFOLLOW);
ret = sys_fchmodat2(dfd, "regfile", 0640, 0);
ret = sys_fchmodat2(dfd, "regfile", 0600, AT_SYMLINK_NOFOLLOW);
ret = sys_fchmodat2(dfd, "symlink", 0640, 0);