diff --git a/fs/proc/include/proc_fs.h b/fs/proc/include/proc_fs.h index 9e25bd4153f89a758908ffdaee1ff75b7f2d9060..14bb5ff338fcb72f86f41d942fcbca14ad650067 100644 --- a/fs/proc/include/proc_fs.h +++ b/fs/proc/include/proc_fs.h @@ -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)