From 7e6786b7fbbabaca15ea34c725dbd087ff5eb6c8 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 24 Jan 2025 02:33:05 +0900 Subject: [PATCH] NEWS: mention OWNER=/GROUP= in udev rules now refuses non-system user/group --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index b6b1c809072..b7633585131 100644 --- 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 -- 2.47.3