fix: profs file mode
close: #I4B28O Signed-off-by: LeonChan <chenwei26@huawei.com>
This commit is contained in:
parent
390181a2d5
commit
a6552607ed
|
@ -54,7 +54,7 @@ typedef unsigned short fmode_t;
|
||||||
#define PROC_ERROR (-1)
|
#define PROC_ERROR (-1)
|
||||||
|
|
||||||
/* Default file mode for procfs */
|
/* Default file mode for procfs */
|
||||||
#define PROCFS_DEFAULT_MODE 0555
|
#define PROCFS_DEFAULT_MODE 0550
|
||||||
|
|
||||||
/* 64bit hashes as llseek() offset (for directories) */
|
/* 64bit hashes as llseek() offset (for directories) */
|
||||||
#define FMODE_64BITHASH ((fmode_t)0x400)
|
#define FMODE_64BITHASH ((fmode_t)0x400)
|
||||||
|
|
Loading…
Reference in New Issue