]> git.ipfire.org Git - thirdparty/chrony.git/commit
socket: remove unused chmod() call 28/head
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 16 Jul 2025 14:19:18 +0000 (16:19 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 30 Jul 2025 12:46:59 +0000 (14:46 +0200)
commit54010586aa176b24463c93646492e87f3b1cfd41
tree109e96a7f54485b8f8b3b3182037123e5355d3e5
parent90d808ed28977ff79aaf3913ba477466c19d4695
socket: remove unused chmod() call

Drop the SCK_FLAG_ALL_PERMISSIONS support from the socket code.
chronyc is now calling chmod() on its socket itself in a hidden
directory to mitigate the unsafe operation.
socket.c
socket.h