From: Daniel Hokka Zakrisson Date: Tue, 29 Apr 2008 17:47:50 +0000 (+0000) Subject: CLONE_FS is just for the Linux-VServer syscalls. X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=effa822abc0d4375e6c63bede99ab19e61ad21ce;p=util-vserver.git CLONE_FS is just for the Linux-VServer syscalls. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2713 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/src/vspace.c b/src/vspace.c index 4c1c64f..202012b 100644 --- a/src/vspace.c +++ b/src/vspace.c @@ -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