diff options
author | Herbert Xu <herbert@lithui.me.apana.org.au> | 2017-12-22 04:00:50 -0500 |
---|---|---|
committer | Herbert Xu <herbert@lithui.me.apana.org.au> | 2017-12-22 04:00:50 -0500 |
commit | 45fa9a324d0f5be9140ba2e0db9b8fb8a0b9b7e8 (patch) | |
tree | a5e7c8428030ec0462b58133d6548ddff3802018 /fs/proc/inode.c | |
parent | fc8517bf627c9b834f80274a1bc9ecd39b27231b (diff) | |
parent | 2973633e9f09311e849f975d969737af81a521ff (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Merge the crypto tree to pick up inside-secure fixes.
Diffstat (limited to 'fs/proc/inode.c')
-rw-r--r-- | fs/proc/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/inode.c b/fs/proc/inode.c index 225f541f7078..dd0f82622427 100644 --- a/fs/proc/inode.c +++ b/fs/proc/inode.c | |||
@@ -483,7 +483,7 @@ int proc_fill_super(struct super_block *s, void *data, int silent) | |||
483 | 483 | ||
484 | /* User space would break if executables or devices appear on proc */ | 484 | /* User space would break if executables or devices appear on proc */ |
485 | s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; | 485 | s->s_iflags |= SB_I_USERNS_VISIBLE | SB_I_NOEXEC | SB_I_NODEV; |
486 | s->s_flags |= MS_NODIRATIME | MS_NOSUID | MS_NOEXEC; | 486 | s->s_flags |= SB_NODIRATIME | SB_NOSUID | SB_NOEXEC; |
487 | s->s_blocksize = 1024; | 487 | s->s_blocksize = 1024; |
488 | s->s_blocksize_bits = 10; | 488 | s->s_blocksize_bits = 10; |
489 | s->s_magic = PROC_SUPER_MAGIC; | 489 | s->s_magic = PROC_SUPER_MAGIC; |