Re: Using Imagemagick (Ghostscript) on cflinuxfs3 #cf


Markus Tanner
 

Thanks for your suggestion.
I've tried something similar already.

Unfortunately overrides only work if they are more restrictive.

The default config looks like this:
  <policy domain="coder" rights="none" pattern="PS" />
  <policy domain="coder" rights="none" pattern="PDF" />

I would need to change it to this:
  <policy domain="coder" rights="read|write" pattern="PS" />
  <policy domain="coder" rights="read|write" pattern="PDF" />

But changing the policy only works other way round, from read|write to none.
So putting the policy in ~/.magick/ unfortunately has no effect.

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.