diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-07-22 00:06:28 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-07-22 00:06:28 -0700 |
| commit | f121b8fca19b1b805255d5bd0a6247ad0cbe812a (patch) | |
| tree | 28afb661a9a58f4572b9410b018751ccd99d5a75 /init | |
| parent | a8bffd28269fc6efe1d4b8ce347091221bc2aa59 (diff) | |
| parent | e175ac64b5edef3fa804d6cdb0f1e10ddb4b81a8 (diff) | |
merge
Diffstat (limited to 'init')
| -rw-r--r-- | init/do_mounts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c index 1c8df0ace2ce..393aa32da692 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -845,6 +845,7 @@ out: sys_umount("/dev", 0); sys_mount(".", "/", NULL, MS_MOVE, NULL); sys_chroot("."); + security_ops->sb_post_mountroot(); mount_devfs_fs (); } |
