diff options
author | Ryusuke Konishi <[email protected]> | 2022-06-23 17:54:01 +0900 |
---|---|---|
committer | akpm <[email protected]> | 2022-07-03 15:42:33 -0700 |
commit | 5924e6ec1585445f251ea92713eb15beb732622a (patch) | |
tree | 87c98a97b01abb76eb51685ccb8ad816b8ae2089 /drivers/fpga/fpga-mgr.c | |
parent | 1118234e4bc22ff50e9eae40ad95b17a6b12cefa (diff) |
nilfs2: fix incorrect masking of permission flags for symlinks
The permission flags of newly created symlinks are wrongly dropped on
nilfs2 with the current umask value even though symlinks should have 777
(rwxrwxrwx) permissions:
$ umask
0022
$ touch file && ln -s file symlink; ls -l file symlink
-rw-r--r--. 1 root root 0 Jun 23 16:29 file
lrwxr-xr-x. 1 root root 4 Jun 23 16:29 symlink -> file
This fixes the bug by inserting a missing check that excludes
symlinks.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ryusuke Konishi <[email protected]>
Reported-by: Tommy Pettersson <[email protected]>
Reported-by: Ciprian Craciun <[email protected]>
Tested-by: Ryusuke Konishi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions