diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-05-01 09:44:58 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-05-01 09:45:45 -0700 |
commit | 5eab7a41a3b5419fd0ee0e68116b50fd72b4cdec (patch) | |
tree | bf93bc7f3ebf5125710fe473f0f80ad2baddc65b /runsc/sandbox | |
parent | b701ee221434572881b9b3b0164d5a5b54714fa9 (diff) |
Remove stale TODO
PiperOrigin-RevId: 194949678
Change-Id: I60a30c4bb7418e17583c66f437273fd17e9e99ba
Diffstat (limited to 'runsc/sandbox')
-rw-r--r-- | runsc/sandbox/sandbox.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runsc/sandbox/sandbox.go b/runsc/sandbox/sandbox.go index b2fa1d58e..64810b4ea 100644 --- a/runsc/sandbox/sandbox.go +++ b/runsc/sandbox/sandbox.go @@ -535,8 +535,6 @@ func (s *Sandbox) createSandboxProcess(conf *boot.Config, binPath string, common nss = append(nss, userns) setUIDGIDMappings(cmd, s.Spec) } else { - // TODO: Retrict capabilities since it's using current user - // namespace, i.e. root. log.Infof("Sandbox will be started in the current user namespace") } // When running in the caller's defined user namespace, apply the same |