projects
/
snapd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f86fb86
)
no-seccomp-fork
author
Steve Langasek
<vorlon@debian.org>
Sat, 10 Feb 2018 22:18:15 +0000
(22:18 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/cmd/snap-seccomp/main.go
b/cmd/snap-seccomp/main.go
index cc9187d791af7e5c9a9d983afb2fc7f7e3a39152..5fea2be648418a2d072faa92d28e1acbfab2dce2 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"