no-seccomp-fork
authorSteve Langasek <vorlon@debian.org>
Thu, 24 Aug 2017 17:53:18 +0000 (18:53 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 24 Aug 2017 17:53:18 +0000 (18:53 +0100)
Gbp-Pq: Name no-seccomp-fork.patch

cmd/snap-seccomp/main.go

index ed0ef7f4deb9fae0de20782e2a4492a7233b2129..77d5e69fd6d0f9f82ecc596a20d0f0441e1cb8f7 100644 (file)
@@ -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"