aboutsummaryrefslogtreecommitdiff
path: root/src/utils.c
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-05-20 02:26:20 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-05-20 02:26:20 +0200
commit9b9825fa6a33a4f9703905100a88190aaf030607 (patch)
tree1dbb712b543320748e29afb8fd751e67fbfe9ed6 /src/utils.c
parent84d818f280f3a398fc91ca82699bc380d37d99cf (diff)
POTD skeleton #63.
Signed-off-by: Toni Uhlig <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 4c6224d..ca24f6b 100644
--- a/src/utils.c
+++ b/src/utils.c
@@ -296,7 +296,7 @@ void mount_root(void)
{
int s;
- s = mount("none", "/", "", MS_SLAVE|MS_NOSUID|MS_REC, NULL);
+ s = mount("none", "/", "", MS_SLAVE|MS_REC, NULL);
if (s)
chk_chroot();
}