summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2019-08-02 16:33:51 -0700
committergVisor bot <gvisor-bot@google.com>2019-08-02 16:35:05 -0700
commit960a5e5536d5d961028ef60123e3b00ff3c04a56 (patch)
treed0a148cd183f0049aed72490602e8bec9b1950de /runsc/boot
parent810cc07aab2bf1561cc79a07c31708f7632bb746 (diff)
Remove stale TODO
This was done in commit 04cbb13ce9b151cf906f42e3f18ce3a875f01f63 PiperOrigin-RevId: 261414748
Diffstat (limited to 'runsc/boot')
-rw-r--r--runsc/boot/loader.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/boot/loader.go b/runsc/boot/loader.go
index 6f247e9e1..f91158027 100644
--- a/runsc/boot/loader.go
+++ b/runsc/boot/loader.go
@@ -630,7 +630,6 @@ func (l *Loader) startContainer(spec *specs.Spec, conf *Config, cid string, file
// sentry currently supports only 1 mount namespace, which is tied to a
// single user namespace. Thus we must run in the same user namespace
// to access mounts.
- // TODO(b/63601033): Create a new mount namespace for the container.
creds := auth.NewUserCredentials(
auth.KUID(spec.Process.User.UID),
auth.KGID(spec.Process.User.GID),