Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In Linux, UNIX sockets honor the permissions of the directory they are in. Now that the UNIX socket was moved to its own subdirectory in /run, which is not accessible by other, the socket is no longer world writeable. However, this is not enough to make the socket writeable by the group that owns the subdirectory. Make the socket group writeable. This way, it will be writeable by the group owning the directory the socket is in. Closes marazmista#18 Signed-off-by: Stijn Tintel <[email protected]>
- Loading branch information