summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDaniel Pinto <danielpinto52@gmail.com>2020-05-06 22:00:50 +0100
committerNick Mathewson <nickm@torproject.org>2020-05-12 12:56:06 -0400
commit2913dbd6d9c1ee53c5a7524dd6693f5a6c6f8293 (patch)
tree1cb1dea46247c3ea5ada3bdf27f23aa0f2ef803b /changes
parentdd795fbee4c7ec8ec6ecfed46d25551bc1164921 (diff)
downloadtor-2913dbd6d9c1ee53c5a7524dd6693f5a6c6f8293.tar.gz
tor-2913dbd6d9c1ee53c5a7524dd6693f5a6c6f8293.zip
Fix crash when tor is compiled with NSS and seccomp sandbox is enabled
Adds seccomp rules for socket and getpeername used by NSS
Diffstat (limited to 'changes')
-rw-r--r--changes/bug341304
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug34130 b/changes/bug34130
new file mode 100644
index 0000000000..b1e5715fdf
--- /dev/null
+++ b/changes/bug34130
@@ -0,0 +1,4 @@
+ o Minor bugfixes (linux seccomp sandbox nss):
+ - Fix startup crash when tor is compiled with --enable-nss and
+ sandbox support is enabled. Fixes bug 34130; bugfix on
+ 0.3.5.1-alpha. Patch by Daniel Pinto.