]> git.draconx.ca Git - scripts.git/commitdiff
caa-fetcher: Create downloaded files with correct permissions.
authorNick Bowler <nbowler@draconx.ca>
Wed, 8 May 2019 01:26:29 +0000 (21:26 -0400)
committerNick Bowler <nbowler@draconx.ca>
Wed, 8 May 2019 01:34:43 +0000 (21:34 -0400)
python's NamedTemporaryFile hardcodes a mode of 0600, which is wrong
for what we are trying to accomplish.  Downloaded files should be
created with default permissions (respecting umask, acls, etc.)
It's a real pain to fix up permissions after the fact so we'll
have to cook up our own version instead...


No differences found