CLONE_FS is just for the Linux-VServer syscalls.
[util-vserver.git] / src / vspace.c
index 4c1c64f..202012b 100644 (file)
@@ -114,6 +114,8 @@ newSpaces(uint_least64_t mask, const char *cmd)
   if (mask == 0)
     return;
 
+  mask &= ~CLONE_FS;
+
   signal(SIGCHLD, SIG_DFL);
 
 #ifdef NDEBUG