allow user+group by default
This commit is contained in:
parent
8bb5798385
commit
2864e0a79b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
SMSubServer::SMSubServer(const QString &socket)
|
||||
{
|
||||
setSocketOptions(QLocalServer::UserAccessOption | QLocalServer::GroupAccessOption);
|
||||
listen(socket);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue