projects
/
snapd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7606df1
)
no-seccomp-fork
author
Steve Langasek
<vorlon@debian.org>
Tue, 26 Sep 2017 17:41:53 +0000
(18:41 +0100)
committer
Michael 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
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"