no-seccomp-fork
authorSteve Langasek <vorlon@debian.org>
Tue, 26 Sep 2017 17:41:53 +0000 (18:41 +0100)
committerMichael Hudson-Doyle <mwhudson@debian.org>
Tue, 26 Sep 2017 17:41:53 +0000 (18:41 +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"