• Max Kellermann's avatar
    listen: set file mode 666 on the unix socket · 4d72bda4
    Max Kellermann authored
    Depending on MPD's umask, the file permissions of the unix socket were
    too restrictive, and many clients were not able to connect.  Do a
    chmod(0666) on the socket, to allow everybody to connect.
    4d72bda4
listen.c 7.42 KB