diff options
Diffstat (limited to 'runsc/boot/loader.go')
-rw-r--r-- | runsc/boot/loader.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runsc/boot/loader.go b/runsc/boot/loader.go index 859446344..60b278295 100644 --- a/runsc/boot/loader.go +++ b/runsc/boot/loader.go @@ -501,9 +501,6 @@ func (l *Loader) startContainer(k *kernel.Kernel, spec *specs.Spec, conf *Config caps, l.k.RootUserNamespace()) - // TODO New containers should be started in new PID namespaces - // when indicated by the spec. - procArgs, err := newProcess(cid, spec, creds, l.k) if err != nil { return fmt.Errorf("failed to create new process: %v", err) |