Fix possibly insecure permissions on the control socket.

The server's control socket is now in a private directory.
This commit is contained in:
John "Elwin" Edwards 2017-01-28 09:57:31 -05:00
parent c4d10ba33d
commit 4059bf2983
4 changed files with 19 additions and 4 deletions

View file

@ -2,7 +2,7 @@
NODE_PATH=/usr/lib/node_modules
LOGFILE=/var/log/rlgwebd.log
CTLSOCKET=/var/run/rlgwebd.sock
CTLSOCKET=/var/run/rlgwebd/rlgwebd.sock
RLGWEBDJS=/usr/local/bin/rlgwebd
export NODE_PATH