summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/BUILD
diff options
context:
space:
mode:
authorTing-Yu Wang <anivia@google.com>2020-02-28 10:37:52 -0800
committergVisor bot <gvisor-bot@google.com>2020-02-28 10:39:12 -0800
commit6b4d36e3253238dd72d0861ac1220d147e1de8dd (patch)
tree2acf667d438abb55f8b9ed86072cc3e398c9e4aa /test/syscalls/BUILD
parent0f8a9e362337ee684042331c5bf24a3cb43d6fc4 (diff)
Hide /dev/net/tun when using hostinet.
/dev/net/tun does not currently work with hostinet. This has caused some program starts failing because it thinks the feature exists. PiperOrigin-RevId: 297876196
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r--test/syscalls/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index 3518e862d..a69b0ce13 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -680,6 +680,11 @@ syscall_test(
syscall_test(test = "//test/syscalls/linux:tuntap_test")
+syscall_test(
+ add_hostinet = True,
+ test = "//test/syscalls/linux:tuntap_hostinet_test",
+)
+
syscall_test(test = "//test/syscalls/linux:udp_bind_test")
syscall_test(