diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-20 13:22:10 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-20 13:22:10 -0500 |
commit | 1bd83c2ec846764a52f4fd001662f7fb1a1a43f8 (patch) | |
tree | 92e95f98ce0c24379d0eab10f522e534251c55f1 /changes | |
parent | 9096454492c527acb7e72a655c3d5bd3d2ae8d52 (diff) | |
parent | 846df5b3cdd94ca57777c3e1cbdd81a25e9b5154 (diff) | |
download | tor-1bd83c2ec846764a52f4fd001662f7fb1a1a43f8.tar.gz tor-1bd83c2ec846764a52f4fd001662f7fb1a1a43f8.zip |
Merge branch 'maint-0.3.2' into release-0.3.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24198 | 4 | ||||
-rw-r--r-- | changes/ticket24315 | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug24198 b/changes/bug24198 new file mode 100644 index 0000000000..6790706872 --- /dev/null +++ b/changes/bug24198 @@ -0,0 +1,4 @@ + o Minor bugfixes (controller, linux seccomp2 sandbox): + - Avoid a crash when attempting to use the seccomp2 sandbox + together with the OwningControllerProcess feature. + Fixes bug 24198; bugfix on 0.2.5.1-alpha. diff --git a/changes/ticket24315 b/changes/ticket24315 new file mode 100644 index 0000000000..df34dbf412 --- /dev/null +++ b/changes/ticket24315 @@ -0,0 +1,3 @@ + o Major features (linux seccomp2 sandbox): + - Update the sandbox rules so that they should now work correctly with + Glibc 2.26. Closes ticket 24315. |