Skip to content

Commit 07770b7

Browse files
fanquakePastaPastaPasta
authored andcommitted
Merge bitcoin#26741: doc: FreeBSD DataDirectoryGroupReadable Setting
499c464 doc: update DataDirectoryGroupReadable 1 in tor.md (Jesse Barton) Pull request description: Updating tor.md doc to include mention of FreeBSD requiring the DataDirectoryGroupReadable be set to 1. Default per the FreeBSD man page is 0. DataDirectoryGroupReadable 0|1 If this option is set to 0, don't allow the filesystem groupto readthe DataDirectory. If the option is setto 1, make the DataDirectory readable by the default GID. (Default:0) ACKs for top commit: vasild: ACK 499c464 Tree-SHA512: 8750b49cd04e900435c7991d1a24641fd1171227c1f14ed59afb157f24c1ca60380d30aecfb174ca46fd5b4b99dcdb3a1cfd019aafc343362e8103abf7c17e6a
1 parent 5645362 commit 07770b7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/tor.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,13 @@ out by default (if not, add them):
100100
ControlPort 9051
101101
CookieAuthentication 1
102102
CookieAuthFileGroupReadable 1
103+
DataDirectoryGroupReadable 1
103104
```
104105

105106
Add or uncomment those, save, and restart Tor (usually `systemctl restart tor`
106107
or `sudo systemctl restart tor` on most systemd-based systems, including recent
107108
Debian and Ubuntu, or just restart the computer).
108109

109-
On some systems (such as Arch Linux), you may also need to add the following
110-
line:
111-
112-
```
113-
DataDirectoryGroupReadable 1
114-
```
115-
116110
### Authentication
117111

118112
Connecting to Tor's control socket API requires one of two authentication

0 commit comments

Comments
 (0)