diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/do_mounts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index 4efa1e5385e3..31b2185ce304 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c | |||
@@ -470,6 +470,5 @@ void __init prepare_namespace(void) | |||
470 | out: | 470 | out: |
471 | sys_mount(".", "/", NULL, MS_MOVE, NULL); | 471 | sys_mount(".", "/", NULL, MS_MOVE, NULL); |
472 | sys_chroot("."); | 472 | sys_chroot("."); |
473 | security_sb_post_mountroot(); | ||
474 | } | 473 | } |
475 | 474 | ||