$ paperbackup-verify.sh foo.pdf
ERROR: attempt to perform an operation not allowed by the security policy `gs' @ error/delegate.c/ExternalDelegateCommand/378
..
diff and sha256sums do NOT match!
The fix (at least on my system) was to add
<policy domain="coder" rights="read | write" pattern="pdf" />
to /etc/ImageMagick-7/policy.xml. maybe add a remark into README?
The fix (at least on my system) was to add
to
/etc/ImageMagick-7/policy.xml. maybe add a remark intoREADME?