From 810f2b6061c710a15aaee46c758e71ea9a2920fa Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 28 Jun 2018 14:30:34 -0400 Subject: Start using github.com/seccomp/containers-golang User newer seccomp bindings from the seccomp upstream Signed-off-by: Daniel J Walsh Closes: #1021 Approved by: giuseppe --- pkg/spec/spec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/spec/spec.go') diff --git a/pkg/spec/spec.go b/pkg/spec/spec.go index 2cef3ecc0..2faa3c2cd 100644 --- a/pkg/spec/spec.go +++ b/pkg/spec/spec.go @@ -5,13 +5,13 @@ import ( "github.com/docker/docker/daemon/caps" "github.com/docker/docker/pkg/mount" - "github.com/docker/docker/profiles/seccomp" "github.com/docker/go-units" "github.com/opencontainers/runc/libcontainer/devices" spec "github.com/opencontainers/runtime-spec/specs-go" "github.com/opencontainers/runtime-tools/generate" "github.com/pkg/errors" "github.com/projectatomic/libpod/pkg/rootless" + seccomp "github.com/seccomp/containers-golang" "github.com/sirupsen/logrus" "io/ioutil" ) -- cgit v1.2.3-54-g00ecf