projects
/
snapd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
981fbdf
)
no-seccomp-fork
author
Steve Langasek
<vorlon@debian.org>
Thu, 7 Sep 2017 22:03:18 +0000
(23:03 +0100)
committer
Zygmunt 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
patch
|
blob
|
history
diff --git
a/cmd/snap-seccomp/main.go
b/cmd/snap-seccomp/main.go
index 0134f6dc978db63846cd6552f58972259cb31ea3..01d267fe6554c777c26a5e8d75f14199eb80d35c 100644
(file)
--- 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"