Skip to content

[th/nm_priv_helper_dbus_name] priv-helper: fix D-Bus patch to not contain forbidden character '-'

Thomas Haller requested to merge th/nm_priv_helper_dbus_name into main

"-" is not allowed as D-Bus path and interface name, and discouraged as bus name. This cause nm-priv-helper to crash, because GDBus asserts the the object path is valid.

Replace the '-' with '_'. This way, it's consistent with "nm_dispatcher".

Fixes: d68ab6b8 ('nm-sudo: rename to nm-priv-helper')

Merge request reports