intel / synce4l

GNU General Public License v2.0
22 stars 11 forks source link

Improvements around smc Unix domain socket #51

Closed mlichvar closed 2 months ago

mlichvar commented 5 months ago

This moves the default socket to /run to avoid a world-writable directory, adds a check to make sure the socket path is correctly terminated and unlinks the socket to allow starting when it already exists.

kubalewski commented 2 months ago

LGTM, thanks!