[tor-bugs] #11291 [Tor]: Support group readable hidden service directories
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Mar 24 09:22:59 UTC 2014
#11291: Support group readable hidden service directories
-----------------------------+-----------------
Reporter: anon | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Tor | Version:
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
-----------------------------+-----------------
Comment (by anon):
Changed option name to remove mention of "Dir" as this also makes the
hostname readable by group members. (But not the private_key).
# default permissions for HS creation
drwx------ 2 anon anon 2014-03-24 04:19 hs_test
-rw------- 1 anon anon 2014-03-24 04:19 hs_test/hostname
-rw------- 1 anon anon 2014-03-24 04:19 hs_test/private_key
# set HiddenServiceGroupReadable 1 and you get:
drwxr-x--- 2 anon anon 2014-03-24 04:19 hs_test
-rw-r----- 1 anon anon 2014-03-24 04:19 hs_test/hostname
-rw------- 1 anon anon 2014-03-24 04:19 hs_test/private_key
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/11291#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list