Comment 4 for bug 628510

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 628510] Re: OSError at /oops.py/ when using lp-oops

Dunno :) I'd look at the twisted daemonisation code though. I suspect
it defaults to 077 (which actually we like for the librarian).

I suggest that the oops logging code, if it needs some specific
permissions, should set them.

e.g.
os.fchmod(outfile.fd, 0440)

-Rob