]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention the removeal of legacy udev control socket
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Jun 2026 19:18:48 +0000 (04:18 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 17 Jul 2026 20:29:59 +0000 (05:29 +0900)
NEWS

diff --git a/NEWS b/NEWS
index 8da1426b8012aa0eff0c13c2ece5a6025e259643..963acfdf628b37f4e23aec6fdf97f6228aa84dc9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,14 @@ CHANGES WITH 262:
           older systemd versions, however systemd continues to accept TPM-sealed
           credentials that were created before this change.
 
+        * The legacy socket for controlling systemd-udevd has been removed, and
+          udevadm now unconditionally uses Varlink IPC. The legacy UNIX socket
+          /run/udev/control, which is sometimes used to check whether udevd is
+          running, has been replaced with a symlink to the Varlink socket. This
+          change does not mean the legacy protocol is supported on this path;
+          rather, the symlink is maintained to ensure the socket is bound under
+          the same conditions as before.
+
         Changes in the system and service manager:
 
         * The manager now embeds a basic set of unit files (basic.target,