no-seccomp-fork
authorSteve Langasek <vorlon@debian.org>
Thu, 7 Sep 2017 22:03:18 +0000 (23:03 +0100)
committerZygmunt Krynicki <me@zygoon.pl>
Thu, 7 Sep 2017 22:03:18 +0000 (23:03 +0100)
Gbp-Pq: Name no-seccomp-fork.patch

cmd/snap-seccomp/main.go

index 0134f6dc978db63846cd6552f58972259cb31ea3..01d267fe6554c777c26a5e8d75f14199eb80d35c 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"