Am 17.06.2016 um 15:49 schrieb RW:
and not bother with setting owner and group for the socket?

Is there any particular reason for even using a socket file?

unix sockets are faster

the only particular reason for *not* usng sockets is when you need to access the daemon from other machines

in the best case you are done with as less as possible listening on tcp

Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:1022 0.0.0.0:* LISTEN 924/sshd tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 27164/unbound tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1172/master udp 0 0 127.0.0.1:1053 0.0.0.0:* 25906/rbldnsd udp 0 0 127.0.0.1:53 0.0.0.0:* 27164/unbound

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to