From 1f0c3a3bef373ecd4706710ae8a1c9720751eeb7 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 26 Sep 2017 18:41:53 +0100 Subject: [PATCH] no-seccomp-fork Gbp-Pq: Name no-seccomp-fork.patch --- cmd/snap-seccomp/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/snap-seccomp/main.go b/cmd/snap-seccomp/main.go index 0134f6dc..01d267fe 100644 --- a/cmd/snap-seccomp/main.go +++ b/cmd/snap-seccomp/main.go @@ -151,7 +151,7 @@ import ( // FIXME: we want github.com/seccomp/libseccomp-golang but that // will not work with trusty because libseccomp-golang checks // for the seccomp version and errors if it find one < 2.2.0 - "github.com/mvo5/libseccomp-golang" + "github.com/seccomp/libseccomp-golang" "github.com/snapcore/snapd/arch" "github.com/snapcore/snapd/osutil" -- 2.30.2