From 67c4fbed8206cc091ff6a699c38cfa19e52eb005 Mon Sep 17 00:00:00 2001 From: Edgars Irmejs Date: Mon, 21 Apr 2014 21:48:14 +0300 Subject: Change unixsocketperm comment to 700 from 755 According to unix manuals, "Connecting to the socket object requires read/write permission." -- mode 755 is useless for anybody other than the owner. Fixes #1696 --- redis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis.conf b/redis.conf index 33f28a5bb..ae774d6fe 100644 --- a/redis.conf +++ b/redis.conf @@ -68,7 +68,7 @@ tcp-backlog 511 # on a unix socket when not specified. # # unixsocket /tmp/redis.sock -# unixsocketperm 755 +# unixsocketperm 700 # Close the connection after a client is idle for N seconds (0 to disable) timeout 0 -- cgit v1.2.1