diff options
Diffstat (limited to 'fs/proc/root.c')
-rw-r--r-- | fs/proc/root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/root.c b/fs/proc/root.c index 8b145e7b9661..522199e9525e 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c | |||
@@ -211,7 +211,7 @@ static struct file_system_type proc_fs_type = { | |||
211 | .init_fs_context = proc_init_fs_context, | 211 | .init_fs_context = proc_init_fs_context, |
212 | .parameters = &proc_fs_parameters, | 212 | .parameters = &proc_fs_parameters, |
213 | .kill_sb = proc_kill_sb, | 213 | .kill_sb = proc_kill_sb, |
214 | .fs_flags = FS_USERNS_MOUNT, | 214 | .fs_flags = FS_USERNS_MOUNT | FS_DISALLOW_NOTIFY_PERM, |
215 | }; | 215 | }; |
216 | 216 | ||
217 | void __init proc_root_init(void) | 217 | void __init proc_root_init(void) |