From: Steve Langasek Date: Tue, 16 Jan 2018 00:02:31 +0000 (+0000) Subject: no-seccomp-fork X-Git-Tag: archive/raspbian/2.30-5+rpi1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4f26e07236c73787fc274e3a1e5d829d11425657;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 cc9187d7..5fea2be6 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"