summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-06-19 13:52:19 -0400
committerNick Mathewson <nickm@torproject.org>2017-06-19 13:52:19 -0400
commiteff5e29404980a87b4618e8623c35a363af6cc04 (patch)
tree9357eb75f9cab52e542feb0200c0a856282c5a3b /changes
parent5641e27ffbd1016ed88e05f10319a2b041b5e167 (diff)
parent71c701927a27723f0bc9009a044a4bdece55f361 (diff)
downloadtor-eff5e29404980a87b4618e8623c35a363af6cc04.tar.gz
tor-eff5e29404980a87b4618e8623c35a363af6cc04.zip
Merge branch 'maint-0.3.0' into maint-0.3.1
Diffstat (limited to 'changes')
-rw-r--r--changes/bug225165
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug22516 b/changes/bug22516
new file mode 100644
index 0000000000..f024a3c470
--- /dev/null
+++ b/changes/bug22516
@@ -0,0 +1,5 @@
+ o Minor bugfixes (linux seccomp2 sandbox):
+ - Permit the fchmod system call, to avoid crashing on startup when
+ starting with the seccomp2 sandbox and an unexpected set of permissions
+ on the data directory or its contents. Fixes bug 22516; bugfix on
+ 0.2.5.4-alpha.