mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-09-05 21:21:39 +00:00
remove useless clone flag
Signed-off-by: Gao feng <omarapazanadi@gmail.com>
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user