diff options
author | Daniel Pinto <danielpinto52@gmail.com> | 2020-05-06 22:00:50 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-05-12 12:56:06 -0400 |
commit | 2913dbd6d9c1ee53c5a7524dd6693f5a6c6f8293 (patch) | |
tree | 1cb1dea46247c3ea5ada3bdf27f23aa0f2ef803b /changes/bug34130 | |
parent | dd795fbee4c7ec8ec6ecfed46d25551bc1164921 (diff) | |
download | tor-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/bug34130')
-rw-r--r-- | changes/bug34130 | 4 |
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. |