no-seccomp-fork
authorSteve Langasek <vorlon@debian.org>
Sat, 10 Feb 2018 22:18:15 +0000 (22:18 +0000)
committerMichael Stapelberg <stapelberg@debian.org>
Sat, 10 Feb 2018 22:18:15 +0000 (22:18 +0000)
Gbp-Pq: Name no-seccomp-fork.patch

cmd/snap-seccomp/main.go

index cc9187d791af7e5c9a9d983afb2fc7f7e3a39152..5fea2be648418a2d072faa92d28e1acbfab2dce2 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"