diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-12-08 09:19:09 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-01-04 15:09:02 -0500 |
commit | 98959f63aca84e605fb98f10d943f2d28d627039 (patch) | |
tree | 7c43662044dfbf18dfc2b272c194be28947de96f /doc | |
parent | 65420e4cb5edcd02b6f44462dcc5c3a7fa8bb2e9 (diff) | |
download | tor-98959f63aca84e605fb98f10d943f2d28d627039.tar tor-98959f63aca84e605fb98f10d943f2d28d627039.tar.gz |
Disallow disabling DisableDebuggerAttachment on runnning Tor
Also, have tor_disable_debugger_attach() return a tristate of
success/failure/don't-know-how , and only log appropriately.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 91a7c69a5..fcc566e35 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -282,8 +282,8 @@ Other options can be specified either on the command-line (--option to alter the system wide ptrace scope as it may not even exist. If you wish to attach to Tor with a debugger such as gdb or strace you will want to set this to 0 for the duration of your debugging. Normal users should leave it - on. (Default: 1) - + on. Disabling this option while Tor is running is prohibited. (Default: 1) + **FetchDirInfoEarly** **0**|**1**:: If set to 1, Tor will always fetch directory information like other directory caches, even if you don't meet the normal criteria for fetching |