Pre-check hidden-service-dir permissions/ownership

See ticket #13942 where Tor dies if you feed it a hidden service
directory with the wrong owner via SETCONF.
This commit is contained in:
meejah
2014-12-10 22:15:04 -07:00
parent b73a7600af
commit 85bfad1875
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (hidden services):
- Pre-check directory permissions for new hidden-services to avoid
at least one case of "Bug: Acting on config options left us in a
broken state. Dying."