remove useless clone flag

Signed-off-by: Gao feng <omarapazanadi@gmail.com>
This commit is contained in:
Gao feng
2015-09-29 00:04:34 +08:00
parent d9a36a889e
commit c0585278d0
+1 -1
View File
@@ -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,