Miscellaneous

Permissions on temporary (image) files

Permissions on temporary (image) files

by Paul Vojta -
Number of replies: 0
Hi,

Why do image files (for graphs, e.g., created by insertGraph) have permission 777? This seems to have been a deliberate decision (see the incriminating line 812 in pg/lib/PGcore.pm: chmod( 0777, $filePath);)

--Paul Vojta