commit | dd039b74efd2b7ecb499a122e05465783716d577 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Mon Dec 28 00:44:47 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Dec 29 01:15:06 2015 +0000 |
tree | 065eb72981a3d7285211c64e4845949e4462c33a | |
parent | 552f2f62fd7ea37dd38342a5b2c865476661187f [diff] |
Set SYSCALL_NEVER_FAILS flag for umask syscall Linux kernel always ANDs umask argument with 0700 and therefore this syscall never fails. * linux/*/syscallent*.h (umask): Set NF flag.