projects
/
snapd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b5293
)
no-seccomp-fork
author
Steve Langasek
<vorlon@debian.org>
Thu, 24 Aug 2017 17:53:18 +0000
(18:53 +0100)
committer
Peter Michael Green
<plugwash@raspbian.org>
Thu, 24 Aug 2017 17:53:18 +0000
(18:53 +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 ed0ef7f4deb9fae0de20782e2a4492a7233b2129..77d5e69fd6d0f9f82ecc596a20d0f0441e1cb8f7 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"