summaryrefslogtreecommitdiffhomepage
path: root/runsc/cmd/BUILD
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-08-30 17:29:14 -0700
committerShentubot <shentubot@google.com>2018-08-30 17:30:19 -0700
commit3e493adf7adb6c8b920ae224fb68e2c317a16a56 (patch)
treed3cb362aa2c63df9564475a05279775db9b0dba4 /runsc/cmd/BUILD
parent5ade9350ad18476a2cddbd3a0b36778d1c6ec376 (diff)
Add seccomp filter to fsgofer
PiperOrigin-RevId: 211011542 Change-Id: Ib5a83a00f8eb6401603c6fb5b59afc93bac52558
Diffstat (limited to 'runsc/cmd/BUILD')
-rw-r--r--runsc/cmd/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/cmd/BUILD b/runsc/cmd/BUILD
index 5dee26a5c..f9c091ba2 100644
--- a/runsc/cmd/BUILD
+++ b/runsc/cmd/BUILD
@@ -42,6 +42,7 @@ go_library(
"//runsc/console",
"//runsc/container",
"//runsc/fsgofer",
+ "//runsc/fsgofer/filter",
"//runsc/specutils",
"@com_github_google_subcommands//:go_default_library",
"@com_github_opencontainers_runtime-spec//specs-go:go_default_library",