diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-09 01:02:14 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-09 01:02:14 +0000 |
commit | c587441315183789fdf62e9a767048b671bbd1d9 (patch) | |
tree | 038f5b08dc9af6332dc963efa9433f4cf25fac97 /runsc/cmd | |
parent | 55d6e8bf8dadba437b74c5f373f63be53649c020 (diff) | |
parent | 6dd5a1f3fe55daa8510b1ee5e3a59219aad92af6 (diff) |
Merge release-20200323.0-97-g6dd5a1f (automated)
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 |