]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4260] Added ChangeLog entry
authorFrancis Dupont <fdupont@isc.org>
Sun, 21 Dec 2025 12:14:58 +0000 (13:14 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 20 Jan 2026 15:26:53 +0000 (16:26 +0100)
changelog_unreleased/4260-unix-sockets-should-be-group-writable [new file with mode: 0644]

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 (file)
index 0000000..41ec77a
--- /dev/null
@@ -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)