diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-05 10:29:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-05 10:29:35 -0400 |
commit | 5d496963b4a98512711bd4cbc5565535d89e7845 (patch) | |
tree | f44149eff710e6a195ae975863d2f7a9aba5a060 /changes | |
parent | 8a173635bcd85ad7375d996fb39efeaddd8c611d (diff) | |
download | tor-5d496963b4a98512711bd4cbc5565535d89e7845.tar tor-5d496963b4a98512711bd4cbc5565535d89e7845.tar.gz |
Don't start sandbox except for CMD_RUN_TOR
This was crashing on --verify-config in the debian startup script, if you
had sandboxing enabled. Fixes 11609; fix on 0.2.5.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11609 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11609 b/changes/bug11609 new file mode 100644 index 000000000..2a116137c --- /dev/null +++ b/changes/bug11609 @@ -0,0 +1,5 @@ + o Minor bugfixes (sandbox): + - Don't try to enable the sandbox when using the Tor binary to + check its configuration, hash a passphrase, or so on. Doing + so was crashing on startup for some users. Fixes bug 11609; + bugfix on 0.2.5.1-alpha. |