diff --git a/[refs] b/[refs] index 9a3019ce2ff4..c828d070b612 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2724a1a55f847e2b5007cf294e03cfa09d0d22f3 +refs/heads/master: 92d032855e64834283de5acfb0463232e0ab128e diff --git a/trunk/fs/proc/inode.c b/trunk/fs/proc/inode.c index 6dcef089e18e..49dfb2ab783e 100644 --- a/trunk/fs/proc/inode.c +++ b/trunk/fs/proc/inode.c @@ -192,7 +192,7 @@ int proc_fill_super(struct super_block *s, void *data, int silent) { struct inode * root_inode; - s->s_flags |= MS_NODIRATIME; + s->s_flags |= MS_NODIRATIME | MS_NOSUID | MS_NOEXEC; s->s_blocksize = 1024; s->s_blocksize_bits = 10; s->s_magic = PROC_SUPER_MAGIC;