-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Hi,
The default directory for file system sockets (/var/run) is generally writable by root only, making file system sockets usable by privileged applications only. On the other hand abstract sockets (used by default on Linux) have no access control whatsoever. Looks like the default socket file directory should be changed to a world-writable one like /tmp to achieve similar behavior on Linux and BSDs for example. This have already come up a couple of times: #248 (comment), #222 (comment).
Is there a good reason to stay with the restricted default? Or not to introduce some means of changing the socket directory from the application (for example a new API call)?
Thanks,
Feri.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels