Hi,
Peter Palfrader wrote (20 Apr 2011 16:06:29 GMT) :
> There currently is no purpose of the group. Creating var/run/tor
> with g+x sounds perfectly acceptable.
Now that the ControlSocketsGroupWritable option is supported upstream,
I think it's time to make /var/run/tor g+x indeed:
--- a/debian/tor.init
+++ b/debian/tor.init
@@ -89,7 +89,7 @@ wait_for_deaddaemon () {
check_torpiddir () {
if test ! -d $TORPIDDIR; then
#echo "There is no $TORPIDDIR directory. Creating one for you."
- mkdir -m 02700 "$TORPIDDIR"
+ mkdir -m 02710 "$TORPIDDIR"
chown debian-tor:debian-tor "$TORPIDDIR"
fi
... once this is done we can start thinking seriously about enabling
ControlSocket by default.
Bye,
--
intrigeri <[email protected]>
| GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
| OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
| If you must label the absolute, use it's proper name: Temporary.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]