summaryrefslogtreecommitdiff
path: root/changes/bug40317
diff options
context:
space:
mode:
authorDaniel Pinto <danielpinto52@gmail.com>2021-04-07 23:46:59 +0100
committeranonym <anonym@riseup.net>2021-05-17 13:50:19 +0200
commite0a84546916bdf1ffb3058970eee5011484980f5 (patch)
tree0adc5b36f347519531b752c357f86c22978b4c69 /changes/bug40317
parentce8d6d143c7a33d6dccf0cc6181f9045091c9156 (diff)
downloadtor-e0a84546916bdf1ffb3058970eee5011484980f5.tar.gz
tor-e0a84546916bdf1ffb3058970eee5011484980f5.zip
Make SAVECONF keep only one backup and add sandbox rules for it. #40317
When seccomp sandbox is active, SAVECONF failed because it was not able to save the backup files for torrc. This commit simplifies the implementation of SAVECONF and sandbox by making it keep only one backup of the configuration file.
Diffstat (limited to 'changes/bug40317')
-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.