Roundup Tracker - Issues

Message2130

Author tonimueller
Recipients
Date 2006-02-05.13:14:28
Message-id
In-reply-to
Hello,

running with umask(0) imho doesn't help roundup keeping
to its data. Suggested change:

In line 660 in version 1.0.1, file
roundup/scripts/roundup_server.py, change

   os.umask(0) to
   os.umask(077)

Or have a config item in config.ini that's preset to
something less risky.

Thank you!
History
Date User Action Args
2009-02-03 14:21:36adminlinkissue1424518 messages
2009-02-03 14:21:36admincreate