summaryrefslogtreecommitdiffhomepage
path: root/pkg/urpc/BUILD
diff options
context:
space:
mode:
authorChristopher Koch <chrisko@google.com>2019-02-08 10:50:14 -0800
committerShentubot <shentubot@google.com>2019-02-08 10:51:24 -0800
commit5079b38a9af1d66ad720005d7487dd711a0cb713 (patch)
tree8aa1bcf46e69ac8ab5875acdad16f30422e341a2 /pkg/urpc/BUILD
parent80f901b16b8bb8fe397cc44578035173f5155b24 (diff)
Keep FilePayloads open on server side until after RPC completed.
Prevents URPC FDs from being closed mid-call, especially if they are used as raw FDs. PiperOrigin-RevId: 233087955 Change-Id: I815a2ff32cc5f03774605aef0b35a32862f8e633
Diffstat (limited to 'pkg/urpc/BUILD')
-rw-r--r--pkg/urpc/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/urpc/BUILD b/pkg/urpc/BUILD
index 36cae67e1..0192fb35b 100644
--- a/pkg/urpc/BUILD
+++ b/pkg/urpc/BUILD
@@ -8,6 +8,7 @@ go_library(
importpath = "gvisor.googlesource.com/gvisor/pkg/urpc",
visibility = ["//:sandbox"],
deps = [
+ "//pkg/fd",
"//pkg/log",
"//pkg/unet",
],