diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-11 18:09:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-11 18:09:35 -0500 |
commit | 8939eaf479bc123e774421c9de6dfc3c864e0326 (patch) | |
tree | b7388a10d0ea41b13793c7f25be07256aca76103 /changes | |
parent | eccef6ba60e59c6d7001d8f6623eb4d01ea8ca11 (diff) | |
parent | 848ba26c188c43cb97a22d5911fceb3714a97272 (diff) | |
download | tor-8939eaf479bc123e774421c9de6dfc3c864e0326.tar.gz tor-8939eaf479bc123e774421c9de6dfc3c864e0326.zip |
Merge branch 'maint-0.2.9' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket24315 | 3 |
1 files changed, 3 insertions, 0 deletions
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. |