diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-06-19 13:52:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-06-19 13:52:19 -0400 |
commit | 71c701927a27723f0bc9009a044a4bdece55f361 (patch) | |
tree | b09434362ec5db4be4d7f448302d4e7f404be548 /changes | |
parent | 493d9cd17b28ff97264502e19b5b2cbb61216721 (diff) | |
parent | 1c64133cb3b9656fc37c1d8c91e1b4225f889428 (diff) | |
download | tor-71c701927a27723f0bc9009a044a4bdece55f361.tar.gz tor-71c701927a27723f0bc9009a044a4bdece55f361.zip |
Merge branch 'maint-0.2.9' into maint-0.3.0
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22516 | 5 |
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. |