]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
NEWS: mention OWNER=/GROUP= in udev rules now refuses non-system user/group 36123/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Jan 2025 17:33:05 +0000 (02:33 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Jan 2025 17:33:18 +0000 (02:33 +0900)
NEWS

diff --git a/NEWS b/NEWS
index b6b1c8090722df2275f9a68768453a1b43815cd6..b76335851310163e30a534edbf81d4d7a6b9243e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,12 @@ CHANGES WITH 258 in spe:
           an incompatible change of sorts, since per-user services will
           typically not be available for such PAM sessions of system users.
 
+        * systemd-udevd ignores OWNER=/GROUP= settings with a non-system
+          user/group specified in udev rules files, to avoid device nodes being
+          owned by a non-system user/group. It is recommended to check udev
+          rules files with 'udevadm verify' and/or 'udevadm test' commands if
+          the specified user/group in OWNER=/GROUP= are valid.
+
         Announcements of Future Feature Removals:
 
         * The D-Bus method org.freedesktop.systemd1.StartAuxiliaryScope() is