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 <[EMAIL PROTECTED]> _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
