fix: profs file mode

close: #I4B28O
Signed-off-by: LeonChan <chenwei26@huawei.com>
This commit is contained in:
LeonChan 2021-09-19 14:02:51 +08:00
parent 390181a2d5
commit a6552607ed
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ typedef unsigned short fmode_t;
#define PROC_ERROR (-1)
/* Default file mode for procfs */
#define PROCFS_DEFAULT_MODE 0555
#define PROCFS_DEFAULT_MODE 0550
/* 64bit hashes as llseek() offset (for directories) */
#define FMODE_64BITHASH ((fmode_t)0x400)