diff options
author | Jamie Nguyen <j@jamielinux.com> | 2015-11-13 14:18:26 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-10 20:00:06 -0500 |
commit | ec4ef68271ab65b4ec643088153211e861cdc7b3 (patch) | |
tree | 771b6383bc41314d43d942499bdb93c3d3e4376b /doc | |
parent | 08c7ceb5dff3db5ba28de8370bae23f4bf6ec444 (diff) | |
download | tor-ec4ef68271ab65b4ec643088153211e861cdc7b3.tar.gz tor-ec4ef68271ab65b4ec643088153211e861cdc7b3.zip |
Introduce DataDirectoryGroupReadable boolean
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index c5ef054f61..041b000f09 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -353,6 +353,11 @@ GENERAL OPTIONS [[DataDirectory]] **DataDirectory** __DIR__:: Store working data in DIR (Default: @LOCALSTATEDIR@/lib/tor) +[[DataDirectoryGroupReadable]] **DataDirectoryGroupReadable** **0**|**1**:: + If this option is set to 0, don't allow the filesystem group to read the + DataDirectory. If the option is set to 1, make the DataDirectory readable + by the default GID. (Default: 0) + [[FallbackDir]] **FallbackDir** __address__:__port__ orport=__port__ id=__fingerprint__ [weight=__num__]:: When we're unable to connect to any directory cache for directory info (usually because we don't know about any yet) we try a FallbackDir. |