Changeset 2581

Show
Ignore:
Timestamp:
08/08/07 23:32:25 (1 year ago)
Author:
dhozac
Message:

Set the namespaces we've unshared.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/syscall_ctxcreate-v21.hc

    r2578 r2581  
    4040    if (utilvserver_checkCompatConfig() & VC_VCI_SPACES) { 
    4141      sys_unshare(CLONE_NEWUTS | CLONE_NEWIPC); 
     42      vc_set_namespace(VC_SAMECTX, CLONE_NEWUTS | CLONE_NEWIPC); 
    4243    } 
    4344  }