X-Git-Url: http://git.onelab.eu/?p=util-vserver-pl.git;a=blobdiff_plain;f=src%2Fplanetlab.c;h=689ced40aea54b736e7384f67f70be641cc7800c;hp=824039b4ceb5755cda297cd2f48ed80c3a0a408e;hb=8d0288fbe38bb3db50d577ae4a532c6b512bb9aa;hpb=3bc7cc91ceceff54813cdfcf0b91a6c23df8ac29 diff --git a/src/planetlab.c b/src/planetlab.c index 824039b..689ced4 100644 --- a/src/planetlab.c +++ b/src/planetlab.c @@ -96,10 +96,11 @@ process: if (vc_ctx_create(ctx, 0) == VC_NOCTX) return -1; - /* Unshare the NET namespace if the slice if requested in the local slice configuration */ + /* Unshare the net namespace if the slice if requested in the local slice configuration */ unshare_mask = get_space_flag(ctx); if (unshare_mask != 0) { sys_unshare(unshare_mask); + vc_set_namespace(ctx, unshare_mask | vc_get_space_mask()); } /* Set capabilities - these don't take effect until SETUP flag is unset */