diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-04-28 15:38:49 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-04-28 15:38:49 +0000 |
commit | 7e79c9c3e3d2d370fb7d7259c255552fb2212eb3 (patch) | |
tree | 0e575c1832ff085517b91472c5891cfc04ab32c8 /pkg/sentry/socket/unix | |
parent | b568c1729c72184f8ae8219db7342e42c13458ef (diff) | |
parent | f3ca5ca82abe35d13210f8a8035926170bb87436 (diff) |
Merge release-20200413.0-10-gf3ca5ca (automated)
Diffstat (limited to 'pkg/sentry/socket/unix')
-rw-r--r-- | pkg/sentry/socket/unix/unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/socket/unix/unix.go b/pkg/sentry/socket/unix/unix.go index 7c64f30fa..9aad41c9e 100644 --- a/pkg/sentry/socket/unix/unix.go +++ b/pkg/sentry/socket/unix/unix.go @@ -373,7 +373,7 @@ func extractEndpoint(t *kernel.Task, sockaddr []byte) (transport.BoundEndpoint, Path: p, FollowFinalSymlink: true, } - ep, e := t.Kernel().VFS().BoundEndpointAt(t, t.Credentials(), &pop) + ep, e := t.Kernel().VFS().BoundEndpointAt(t, t.Credentials(), &pop, &vfs.BoundEndpointOptions{path}) root.DecRef() if relPath { start.DecRef() |