summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-05-17 09:09:42 -0400
committerNick Mathewson <nickm@torproject.org>2021-05-17 09:09:42 -0400
commit97b61e21a9a713ecd672ff106428286238ae05e4 (patch)
tree1ffdf14736f39590a0567481fff11006dd23447d /changes
parent5f009a59dab69f4e46572e2ef4fd40b1bb053d67 (diff)
parente0a84546916bdf1ffb3058970eee5011484980f5 (diff)
downloadtor-97b61e21a9a713ecd672ff106428286238ae05e4.tar.gz
tor-97b61e21a9a713ecd672ff106428286238ae05e4.zip
Merge remote-tracking branch 'tor-gitlab/mr/387' into maint-0.4.5
Diffstat (limited to 'changes')
-rw-r--r--changes/bug403175
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40317 b/changes/bug40317
new file mode 100644
index 0000000000..18ec499a51
--- /dev/null
+++ b/changes/bug40317
@@ -0,0 +1,5 @@
+ o Minor bugfixes (control, sandbox):
+ - Allows the control command SAVECONF to succeed when the seccomp
+ sandbox is enabled. Makes SAVECONF keep only one backup file to
+ simplify implementation. Fixes bug 40317; bugfix on 0.2.5.4-alpha.
+ Patch by Daniel Pinto.