Remove stale TODO

This was done in commit 04cbb13ce9

PiperOrigin-RevId: 261414748
This commit is contained in:
Fabricio Voznika 2019-08-02 16:33:51 -07:00 committed by gVisor bot
parent 810cc07aab
commit 960a5e5536
1 changed files with 0 additions and 1 deletions

View File

@ -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),