aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket28128
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-11-15 14:36:39 -0500
committerDavid Goulet <dgoulet@torproject.org>2018-11-15 14:36:39 -0500
commitf41bec12904d429c17c64eafeb7a3a92a81e614e (patch)
treed53cd1bd6260ee0719c1671de30add224cabbb94 /changes/ticket28128
parenta9db07f3253bb7db23c05fbe0e01ff424a5a45a1 (diff)
downloadtor-f41bec12904d429c17c64eafeb7a3a92a81e614e.tar.gz
tor-f41bec12904d429c17c64eafeb7a3a92a81e614e.zip
man: ClientOnionAuthDir can't be reloaded with Sandbox 1
By adding a file to the ClientOnionAuthDir and sending a HUP signal, tor would load the new file and use it. However, that doesn't work with the Sandbox since post initilization, nothing can be changed. Document in the manpage that limitation within the Sandbox description. Closes #28128 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket28128')
-rw-r--r--changes/ticket281284
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28128 b/changes/ticket28128
new file mode 100644
index 0000000000..6d08c74242
--- /dev/null
+++ b/changes/ticket28128
@@ -0,0 +1,4 @@
+ o Documentation (hidden service manpage, sandbox):
+ - Document in the man page that changing ClientOnionAuthDir value or
+ adding a new file in the directory will not work at runtime upon sending
+ a HUP if Sandbox 1. Closes ticket 28128.