mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Removes irrelevant TODO.
PiperOrigin-RevId: 216616873 Change-Id: I4d974ab968058eadd01542081e18a987ef08f50a
This commit is contained in:
committed by
Shentubot
parent
1939cd020f
commit
e21ba16d9c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user