summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/BUILD
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2019-06-12 11:54:15 -0700
committerShentubot <shentubot@google.com>2019-06-12 11:55:24 -0700
commitbb849bad296f372670c2d2cf97424f74cf750ce2 (patch)
tree14875bbf5803269d409105a41afa751e63bc42e1 /runsc/boot/BUILD
parent0d05a12fd394e464d44d8d39c58b22249358ed19 (diff)
gvisor/runsc: apply seccomp filters before parsing a state file
PiperOrigin-RevId: 252869983
Diffstat (limited to 'runsc/boot/BUILD')
-rw-r--r--runsc/boot/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/boot/BUILD b/runsc/boot/BUILD
index 6ba196917..744f852a1 100644
--- a/runsc/boot/BUILD
+++ b/runsc/boot/BUILD
@@ -16,6 +16,7 @@ go_library(
"limits.go",
"loader.go",
"network.go",
+ "pprof.go",
"strace.go",
],
importpath = "gvisor.googlesource.com/gvisor/runsc/boot",