jakesylvestre / cing

Automatically exported from code.google.com/p/cing
0 stars 0 forks source link

povray fails to write to local dir #247

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. With any entry in XXXX.cing/Temp/mol_render_convert.log:
to '/Users/jd/workspace/d1d2project/reports/tightTurn_I
a.cing/Temp/mol.tga' is not permitted.  Check the configuration in
 '/Users/jd/.povray/3.6/povray.conf'. 

Original issue reported on code.google.com by jurge...@gmail.com on 7 Jun 2010 at 1:56

GoogleCodeExporter commented 8 years ago
Simply fixed by changing to:

[File I/O Security]
none       ; all read and write operations on files are allowed.
;read-only  ; uses the "read+write" directories for writing (see below).
;restricted  ; uses _only_ "read" and "read+write" directories for file I/O.

Original comment by jurge...@gmail.com on 7 Jun 2010 at 2:02