configs/image-magic: make convert be overridable
authorRobert Swiecki <robert@swiecki.net>
Mon, 1 Apr 2019 21:32:06 +0000 (23:32 +0200)
committerRobert Swiecki <robert@swiecki.net>
Mon, 1 Apr 2019 21:32:06 +0000 (23:32 +0200)
configs/imagemagick-convert.cfg

index 0fdf391..f494bfa 100644 (file)
@@ -82,6 +82,7 @@ seccomp_string: "}"
 seccomp_string: "DEFAULT KILL"
 
 exec_bin {
-       path: "/usr/bin/convert"
+       path: ""
+       arg0: "/usr/bin/convert"
        exec_fd: true
 }