On Mon, 18 Aug 2003 17:44:25 -0700, Stephen Warren <[EMAIL PROTECTED]> wrote:
> I'm noticing that my tmda-cgi session files are getting created with > permissions rwxr-xr-x. Whilst there doesn't seem to be anything private in > there, I figure it'd be a good idea if they were rwx------. > > Is setting the umask something tmda-cgi relies on occuring before it's > started? Or, should Session.py be modified to os.umask(077) prior to > saving the session file (and perhaps restore it after?) tmda-cgi doesn't mess with umask. You can control this yourself by putting the appropriate umask command in your config or tmdarc file. Gre7g. _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
