CLONE_NEWNS and CLONE_FS aren't default spaces.
[util-vserver.git] / src / vspace.c
index 20c14a3..a6aeb83 100644 (file)
@@ -205,7 +205,7 @@ int main(int argc, char *argv[])
        if (thisbit == (__typeof__(thisbit)) -1) {
          thisbit = vc_get_space_mask();
          if (thisbit == (__typeof__(thisbit)) -1)
-           thisbit = CLONE_NEWNS | CLONE_FS;
+           thisbit = 0;
        }
        break;