summaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-08-15 17:40:13 -0400
committerNick Mathewson <nickm@torproject.org>2014-08-15 17:40:13 -0400
commit967b4e7c54b53391e1a0b67e0a5bf70bc2e6a896 (patch)
tree26a9fced28aa495bfc4cd2afa2ac606bc744b520 /doc/tor.1.txt
parent0cb028b7c0d040e49fa7c8569f71a3e44cdd7d1a (diff)
parent112c984f9242699d273f3096d669eb1024d7f64b (diff)
downloadtor-967b4e7c54b53391e1a0b67e0a5bf70bc2e6a896.tar.gz
tor-967b4e7c54b53391e1a0b67e0a5bf70bc2e6a896.zip
Merge remote-tracking branch 'asn/nickm-bug12864_025' into maint-0.2.5
Diffstat (limited to 'doc/tor.1.txt')
-rw-r--r--doc/tor.1.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 93d302eb9d..04d13fbfbc 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -224,6 +224,13 @@ GENERAL OPTIONS
for the Extended ORPort's cookie file -- the cookie file is needed
for pluggable transports to communicate through the Extended ORPort.
+[[ExtORPortCookieAuthFileGroupReadable]] **ExtORPortCookieAuthFileGroupReadable** **0**|**1**::
+ If this option is set to 0, don't allow the filesystem group to read the
+ Extended OR Port cookie file. If the option is set to 1, make the cookie
+ file readable by the default GID. [Making the file readable by other
+ groups is not yet implemented; let us know if you need this for some
+ reason.] (Default: 0)
+
[[ConnLimit]] **ConnLimit** __NUM__::
The minimum number of file descriptors that must be available to the Tor
process before it will start. Tor will ask the OS for as many file
@@ -312,7 +319,7 @@ GENERAL OPTIONS
If set, this option overrides the default location and file name
for Tor's cookie file. (See CookieAuthentication above.)
-[[CookieAuthFileGroupReadable]] **CookieAuthFileGroupReadable** **0**|**1**|__Groupname__::
+[[CookieAuthFileGroupReadable]] **CookieAuthFileGroupReadable** **0**|**1**::
If this option is set to 0, don't allow the filesystem group to read the
cookie file. If the option is set to 1, make the cookie file readable by
the default GID. [Making the file readable by other groups is not yet