tor/changes/ticket28128
David Goulet f41bec1290 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>
2018-11-15 14:36:39 -05:00

5 lines
252 B
Plaintext

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.