tsileo / bakthat

Bakthat is a MIT licensed backup framework written in Python, it's both a command line tool and a Python module that helps you manage backups on Amazon S3/Glacier and OpenStack Swift. It automatically compress, encrypt (symmetric encryption) and upload your files.
http://bakthat.readthedocs.org/en/latest/
MIT License
491 stars 67 forks source link

Configuration should not be world readable #53

Closed michaelmior closed 9 years ago

michaelmior commented 11 years ago

After running bakthat configure, I see that ~/.bakthat.yml is configured with permissions 644. I would expect 600 given that it contains secrets.

bnjmn commented 11 years ago

+1. I was about to create a duplicate issue and then I saw this one.