diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-09-02 09:59:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-09-02 09:59:22 -0400 |
commit | 910e25358a148268815a23ff2040599291100a97 (patch) | |
tree | 971381deabd5f9fbbcd0404f96edc17536e96331 /changes | |
parent | b637bda91f3df4ae5621206a5ccd0015595c98ac (diff) | |
download | tor-910e25358a148268815a23ff2040599291100a97.tar.gz tor-910e25358a148268815a23ff2040599291100a97.zip |
Let bridge authorities run under the sandbox
(found thanks to teor's chutney haxx)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16964 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug16964 b/changes/bug16964 new file mode 100644 index 0000000000..46ff565fc6 --- /dev/null +++ b/changes/bug16964 @@ -0,0 +1,4 @@ + o Minor bugfixes (linux seccomp2 sandbox): + - Allow bridge authorities to run correctly under the seccomp2 + sandbox. Fixes bug 16964; bugfix on 0.2.5.1-alpha. + |