Comment 60 for bug 1221190

Revision history for this message
Nikola Đipanov (ndipanov) wrote : Re: Image format not enforced when using rescue

Looks awesome - one nit tho.

We are currently relying on umask being set properly since the permissions will be set by open() builtin, and then we are just chowning it, meaning that if umask allows for world writable files, chowning will make no difference. Not a huge deal but also really easy to fix (not realy on umask when creating see python's os.open). What do you think?