diff options
author | gVisor bot <gvisor-bot@google.com> | 2021-05-14 21:09:13 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-14 21:09:13 +0000 |
commit | c767d9eb372ddd4005744daa0972895fd0595326 (patch) | |
tree | c2372d38cc1d25a875b49ca1896b157ece60a715 /runsc | |
parent | 8ae8702de6b80d8ecae5bf1f0500dacf12c9a547 (diff) | |
parent | 894187b2c6edbe367135670fb53f2e3f3d24535d (diff) |
Merge release-20210510.0-38-g894187b2c (automated)
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/boot/vfs.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runsc/boot/vfs.go b/runsc/boot/vfs.go index c1828bd3d..7be5176b0 100644 --- a/runsc/boot/vfs.go +++ b/runsc/boot/vfs.go @@ -657,7 +657,6 @@ func (c *containerMounter) mountTmpVFS2(ctx context.Context, conf *config.Config Start: root, Path: fspath.Parse("/tmp"), } - // TODO(gvisor.dev/issue/2782): Use O_PATH when available. fd, err := c.k.VFS().OpenAt(ctx, creds, &pop, &vfs.OpenOptions{Flags: linux.O_RDONLY | linux.O_DIRECTORY}) switch err { case nil: |