diff options
Diffstat (limited to 'node')
-rw-r--r-- | node/IpcListener.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/IpcListener.cpp b/node/IpcListener.cpp index 0adfa9a0..681328f8 100644 --- a/node/IpcListener.cpp +++ b/node/IpcListener.cpp @@ -86,6 +86,7 @@ IpcListener::IpcListener(const char *ep,void (*commandHandler)(void *,IpcConnect ::close(_sock); throw std::runtime_error("listen() failed for bound AF_UNIX socket"); } + ::chmod(_endpoint.c_str(),0777); #endif _thread = Thread::start(this); |