Branch: refs/heads/968153 Home: https://github.com/bluez/bluez Commit: b60af47078b8cd864bb0735f875f073f584be3b4 https://github.com/bluez/bluez/commit/b60af47078b8cd864bb0735f875f073f584be3b4 Author: Antonio Russo <aerusso@xxxxxxxxxxx> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M tools/mpris-proxy.service.in Log Message: ----------- Do not start mpris-proxy for system users A default installation of bluez results in the systemd user unit mpris-proxy.service being started for all users---including root. This unnecessarily exposes system users to any security vulnerabilities in mpris-proxy. Inhibit this default behavior by using ConditionUser=!@system. Signed-off-by: Antonio Enrico Russo <aerusso@xxxxxxxxxxx> To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications