Skip to content

Commit

Permalink
Change unixsocketperm comment to 700 from 755
Browse files Browse the repository at this point in the history
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
  • Loading branch information
edgarsi authored and mattsta committed Aug 2, 2014
1 parent 008d4da commit c200a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis.conf
Expand Up @@ -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
Expand Down

0 comments on commit c200a67

Please sign in to comment.