diff options
author | David Goulet <dgoulet@torproject.org> | 2023-01-10 09:02:13 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-01-10 09:02:13 -0500 |
commit | 726e9ec0a3bd7bda889f9da87a226451315baeda (patch) | |
tree | 4a6d6a06ecbb10a11c0caafe63b26e1c95dd979b /changes | |
parent | 1d9166c8c915c14f67612ace8a9449aa3049c2f9 (diff) | |
download | tor-726e9ec0a3bd7bda889f9da87a226451315baeda.tar.gz tor-726e9ec0a3bd7bda889f9da87a226451315baeda.zip |
sandbox: Allow my-consensus-* files for an authority
Fixes #40729
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40729 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40729 b/changes/ticket40729 new file mode 100644 index 0000000000..1c2d43d14f --- /dev/null +++ b/changes/ticket40729 @@ -0,0 +1,3 @@ + o Minor bugfixes (sandbox, authority): + - With the sandbox enabled, allow to write "my-consensus-{ns|microdesc}" and + to rename them as well. Fixes bug 40729; bugfix on 0.3.5.1-alpha. |