
29 Oct
2003
29 Oct
'03
1:42 a.m.
Peter Simons wrote:
it appears that ghc (and ghci) create temporary files in /tmp during the un-lit phase, at least. It would be nice, if ghc would ...
- create those files with read/write permission for the owner only, 0600.
Note that ghc honours TMPDIR (Unix) or TMP (Windows), so you can have
these files stored in a private directory.
--
Glynn Clements