From: Steve Langasek Date: Thu, 24 Aug 2017 17:53:18 +0000 (+0100) Subject: no-seccomp-fork X-Git-Tag: archive/raspbian/2.27.6-1+rpi1~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c12c09ec978bafc847adcff3cb8125e74f23aca3;p=snapd.git no-seccomp-fork Gbp-Pq: Name no-seccomp-fork.patch --- diff --git a/cmd/snap-seccomp/main.go b/cmd/snap-seccomp/main.go index ed0ef7f4..77d5e69f 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"