summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-06 14:23:47 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-06 14:23:47 -0400
commitab18e5e5fcff7fbdbf0905e6dd2585b7e4a10108 (patch)
tree5d5f4474344b193895a2c3fae21c205007a76e79 /changes
parent9261f612ad7ea66580bc5f95d9c9b609e125da3a (diff)
downloadtor-ab18e5e5fcff7fbdbf0905e6dd2585b7e4a10108.tar.gz
tor-ab18e5e5fcff7fbdbf0905e6dd2585b7e4a10108.zip
Better error on failure to load seccomp2 sandbox
There are two reasons this is likeliest to happen -- no kernel support, and some bug in Tor. We'll ask people to check the former before they report. Closes 23090.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature230903
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature23090 b/changes/feature23090
new file mode 100644
index 0000000000..44cdac5ca1
--- /dev/null
+++ b/changes/feature23090
@@ -0,0 +1,3 @@
+ o Minor features (linux seccomp2 sandbox):
+ - If the sandbox filter fails to load, suggest to the user that their
+ kernel might not support seccomp2. Closes ticket 23090.