aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2018-05-09 22:20:41 +0200
committerlns <matzeton@googlemail.com>2018-05-09 22:20:41 +0200
commit9b1eccdee52a0c8972eb60cb18710bc2f07ca695 (patch)
treeb52a6dd5f9704e33794119cd91d234df89d5ef83 /src/utils.c
parentb68142ba8bfc4a9c68c0135313cbba22585399c4 (diff)
POTD skeleton #48.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/utils.c')
-rw-r--r--src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.c b/src/utils.c
index eadd0b4..685fd11 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -290,7 +290,7 @@ void mount_root(void)
{
int s;
- s = mount("none", "/", NULL, MS_PRIVATE|MS_REC, NULL);
+ s = mount("none", "/", "none", MS_PRIVATE|MS_REC, NULL);
if (s)
chk_chroot();
}