projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d9aaec
)
configs/image-magic: make convert be overridable
author
Robert Swiecki
<robert@swiecki.net>
Mon, 1 Apr 2019 21:32:06 +0000
(23:32 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Mon, 1 Apr 2019 21:32:06 +0000
(23:32 +0200)
configs/imagemagick-convert.cfg
patch
|
blob
|
history
diff --git
a/configs/imagemagick-convert.cfg
b/configs/imagemagick-convert.cfg
index
0fdf391
..
f494bfa
100644
(file)
--- a/
configs/imagemagick-convert.cfg
+++ b/
configs/imagemagick-convert.cfg
@@
-82,6
+82,7
@@
seccomp_string: "}"
seccomp_string: "DEFAULT KILL"
exec_bin {
- path: "/usr/bin/convert"
+ path: ""
+ arg0: "/usr/bin/convert"
exec_fd: true
}