certbot/letsencrypt-auto-source
Adrien Ferrand 71b1b8c2d9 Fix check permissions logic (#7034)
Fixes #7031 

I use the same approach than in `CreateVenv()` and `CompareVersions()`: a new bash function `CheckPathPermissions()` is declared an execute a python script passed to the interpreter through stdin.

This allows:
* to not require the temp_dir that holds a temporary script to be executed
* to reduce at the bare minimum the change to make on the order of bash command to execute (including when the temp_dir is created)

* Fix check permissions logic in certbot-auto by making a temp dir useless

* Update CHANGELOG.md
2019-05-06 15:49:47 -07:00
..
pieces Release 0.34.0 2019-05-01 14:07:25 -07:00
tests Print warning when certbot-auto has insecure permissions. (#6995) 2019-04-30 10:45:03 -07:00
build.py Pin dependency versions when using tools/venv.sh (#4629) 2017-05-11 10:06:05 -07:00
certbot-auto.asc Release 0.34.0 2019-05-01 14:07:25 -07:00
Dockerfile.centos6 Update setuptools pinned in pipstrap (#6699) (#6704) 2019-01-25 11:53:29 -08:00
Dockerfile.jessie Revert "Configure jessie repos in LTS mode during Docker build (#6887)" (#6889) 2019-03-27 07:27:06 +01:00
Dockerfile.trusty Explicitly add six as a dependency in letsencrypt-auto-source dockerfiles (#5808) 2018-03-29 15:34:38 -07:00
Dockerfile.xenial Update outdated tests (#6515) 2019-01-16 13:17:37 -08:00
letsencrypt-auto Fix check permissions logic (#7034) 2019-05-06 15:49:47 -07:00
letsencrypt-auto.sig Release 0.34.0 2019-05-01 14:07:25 -07:00
letsencrypt-auto.template Fix check permissions logic (#7034) 2019-05-06 15:49:47 -07:00
rebuild_dependencies.py Fix typo and add instructions for changing a single dependency (#6978) 2019-04-30 06:59:45 +02:00
version.py Cleanup test farm tests and add test_sdists (#4089) 2017-01-30 19:37:23 -08:00