Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #1742: doc: Tor control auth cookie file must be group readable
d53b902 doc: Tor control auth cookie file must be group readable (Kristaps Kaupe) Pull request description: It is off by default, but must be enabled, unless Tor is running under the same user as JoinMarket, which is not the case except for built-in Tor (but then user does not need to configure `/etc/tor/torrc`). ``` 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 implemented; let us know if you need this for some reason.] (Default: 0) ``` Top commit has no ACKs. Tree-SHA512: 00e6330f7a66c559aa7a7bbde1f39d6a93f2ece42b6e1ccdd9eb5c0d0b8636a01be51f6b66ba04f5a609cc426c3d0717def78a6517cc018018b59c9492025967
- Loading branch information