Fix possibly insecure permissions on the control socket.
The server's control socket is now in a private directory.
This commit is contained in:
parent
c4d10ba33d
commit
4059bf2983
4 changed files with 19 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
var net = require('net');
|
||||
var sockpath = "/var/run/rlgwebd.sock";
|
||||
var sockpath = "/var/run/rlgwebd/rlgwebd.sock";
|
||||
|
||||
var sock = new net.Socket();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue