aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-18 14:49:39 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-18 14:54:27 -0400
commitb8fe8ee7486f43b33ccd5cfad99a5e87a7d246f6 (patch)
tree60585fe7509c71185e7fd6308e300624c579c909 /changes
parenteb896d5e6f09902a760af010326b79ce82492da1 (diff)
downloadtor-b8fe8ee7486f43b33ccd5cfad99a5e87a7d246f6.tar.gz
tor-b8fe8ee7486f43b33ccd5cfad99a5e87a7d246f6.zip
Improved message when running sandbox on Linux without libseccomp
Previously we said "Sandbox is not implemented on this platform" on Linux boxes without libseccomp. Now we say that you need to build Tor built with libseccomp. Fixes bug 11543; bugfix on 0.2.5.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/115438
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/11543 b/changes/11543
new file mode 100644
index 0000000000..ebc22f775d
--- /dev/null
+++ b/changes/11543
@@ -0,0 +1,8 @@
+ o Minor bugfixes:
+
+ - Improve the warning message when trying to enable the Linux
+ sandbox code on a Tor built without libseccomp. Instead of
+ saying "Sandbox is not implemented on this platform", we now
+ explain that we to need be built with libseccomp. Fixes bug
+ 11543; bugfix on 0.2.5.1-alpha.
+