diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-22 20:39:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-22 20:39:10 -0400 |
commit | cfd0ee514c279bc6c7b7c299e001693a5aeb1f5f (patch) | |
tree | 7d0c0b49612a79875133fbf509410875d5d3427b /changes | |
parent | 85f49abfbe50d29e4314ed0a3b436f3b14162d00 (diff) | |
download | tor-cfd0ee514c279bc6c7b7c299e001693a5aeb1f5f.tar.gz tor-cfd0ee514c279bc6c7b7c299e001693a5aeb1f5f.zip |
sandbox: allow reading of hidden service configuration files.
fixes part of 12064
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug12064_part2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug12064_part2 b/changes/bug12064_part2 new file mode 100644 index 0000000000..4fa86a641c --- /dev/null +++ b/changes/bug12064_part2 @@ -0,0 +1,5 @@ + o Minor bugfixes (seccomp sandbox): + - Avoid warnings when running with sandboxing enabled at the same + time as cookie authentication, hidden services or directory + authority voting. Fixes part of 12064; bugfix on 0.2.5.1-alpha. + |