diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-04-08 17:56:55 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-08 17:58:13 -0700 |
commit | 6dd5a1f3fe55daa8510b1ee5e3a59219aad92af6 (patch) | |
tree | 9bd9a197bbf29f864438b3670f8e18ce1ce5ddf8 /runsc/cmd | |
parent | 981a587476e11e49cf49edb31705d8727b0db556 (diff) |
Clean up TODOs
PiperOrigin-RevId: 305592245
Diffstat (limited to 'runsc/cmd')
-rw-r--r-- | runsc/cmd/gofer.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runsc/cmd/gofer.go b/runsc/cmd/gofer.go index 02e5af3d3..28f0d54b9 100644 --- a/runsc/cmd/gofer.go +++ b/runsc/cmd/gofer.go @@ -272,9 +272,8 @@ func setupRootFS(spec *specs.Spec, conf *boot.Config) error { root := spec.Root.Path if !conf.TestOnlyAllowRunAsCurrentUserWithoutChroot { - // FIXME: runsc can't be re-executed without - // /proc, so we create a tmpfs mount, mount ./proc and ./root - // there, then move this mount to the root and after + // runsc can't be re-executed without /proc, so we create a tmpfs mount, + // mount ./proc and ./root there, then move this mount to the root and after // setCapsAndCallSelf, runsc will chroot into /root. // // We need a directory to construct a new root and we know that |