Allow {World,Group}Writable on AF_UNIX {Socks,Control}Ports.

Closes ticket 15220
This commit is contained in:
Nick Mathewson
2015-03-11 13:26:14 -04:00
parent 985687bc4f
commit 809517a863
5 changed files with 88 additions and 37 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features (client, unix sockets):
- Add GroupWritable and WorldWritable options to unix-socket based
SocksPort and ControlPort options. These options apply to a single
socket, and override {Control,Socks}SocketsGroupWritable. Closes
ticket 15220.