From: Francis Dupont Date: Sun, 21 Dec 2025 12:14:58 +0000 (+0100) Subject: [#4260] Added ChangeLog entry X-Git-Tag: Kea-3.1.5~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c907f2167225b0b069b23e36d5248f266961b1bc;p=thirdparty%2Fkea.git [#4260] Added ChangeLog entry --- diff --git a/changelog_unreleased/4260-unix-sockets-should-be-group-writable b/changelog_unreleased/4260-unix-sockets-should-be-group-writable new file mode 100644 index 0000000000..41ec77aad0 --- /dev/null +++ b/changelog_unreleased/4260-unix-sockets-should-be-group-writable @@ -0,0 +1,8 @@ +[func] fdupont + Create UNIX sockets as group writable so a tool + is allowed to connect to them as soon as it is + run by a member of the group (vs. requiring to be + run by the owner). + Note to disallow this the group execute permission + can be removed from the socket parent directory. + (Gitlab #4260)