diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-13 11:25:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-13 11:25:59 -0400 |
commit | b488bd54ba2055dbc01f7e7cfeca0d5d2d3990da (patch) | |
tree | 5800d1ee407157f69bd3604dfd6902423fa0f5f0 /changes | |
parent | 831649f56eed00728b58c2be27a250df69c99600 (diff) | |
parent | b9a43c8f43c84c99528d7f37f09abbd42482ae57 (diff) | |
download | tor-b488bd54ba2055dbc01f7e7cfeca0d5d2d3990da.tar.gz tor-b488bd54ba2055dbc01f7e7cfeca0d5d2d3990da.zip |
Merge remote-tracking branch 'public/bug20063'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20063 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug20063 b/changes/bug20063 new file mode 100644 index 0000000000..aa9ec23d03 --- /dev/null +++ b/changes/bug20063 @@ -0,0 +1,6 @@ + o Minor bugfixes (Linux seccomp2 sandbox): + - Add permission to run the sched_yield() and sigaltstack() system + calls, in order to support versions of Tor compiled with + asan or ubsan code that use these calls. Now "sandbox 1" and + "--enable-expensive-hardening" should be compatible. + Fixes bug 20063; bugfix on 0.2.5.1-alpha. |