diff --git a/src/init.c b/src/init.c index aaf9c16..36bf7e5 100644 --- a/src/init.c +++ b/src/init.c @@ -508,7 +508,7 @@ static int hyper_setup_container(struct hyper_pod *pod) { int stacksize = getpagesize() * 4; int flags = CLONE_NEWPID | CLONE_NEWNS | CLONE_NEWIPC | - CLONE_NEWUTS | CLONE_VM | SIGCHLD; + CLONE_NEWUTS; struct hyper_pod_arg arg = { .pod = NULL,