summaryrefslogtreecommitdiffhomepage
path: root/runsc
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2018-10-10 16:49:40 -0700
committerShentubot <shentubot@google.com>2018-10-10 16:50:59 -0700
commite21ba16d9cf7ba4f2d5f65651e06ab592032ef86 (patch)
tree4abb31ec6884eaeca1e6cd5bd074d31b370f7a90 /runsc
parent1939cd020f19a17707eb5e597e010fea8ab35de5 (diff)
Removes irrelevant TODO.
PiperOrigin-RevId: 216616873 Change-Id: I4d974ab968058eadd01542081e18a987ef08f50a
Diffstat (limited to 'runsc')
-rw-r--r--runsc/boot/loader.go3
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)