Skip to content

Commit

Permalink
Merge pull request #177 from metalefty/socket-perms
Browse files Browse the repository at this point in the history
give group permission also to disconnect socket
  • Loading branch information
metalefty authored Dec 19, 2020
2 parents 9be6d7f + e705a58 commit 56a36b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/rdpClientCon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,7 @@ rdpClientConInit(rdpPtr dev)
return 1;
}
g_sck_listen(dev->disconnect_sck);
g_chmod_hex(dev->disconnect_uds, 0x0660);
rdpClientConAddEnabledDevice(dev->pScreen, dev->disconnect_sck);
}

Expand Down

0 comments on commit 56a36b2

Please sign in to comment.