0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 20:23:03 +02:00

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>
This commit is contained in:
David Goulet 2018-11-15 14:36:39 -05:00
parent a9db07f325
commit f41bec1290
2 changed files with 5 additions and 0 deletions

4
changes/ticket28128 Normal file
View File

@ -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.

View File

@ -611,6 +611,7 @@ GENERAL OPTIONS
ServerDNSResolvConfFile
Tor must remain in client or server mode (some changes to ClientOnly and
ORPort are not allowed).
ClientOnionAuthDir and any files in it won't reload on HUP signal.
(Default: 0)
[[Socks4Proxy]] **Socks4Proxy** __host__[:__port__]::