Skip to content

[th/nm-sudo-exit-on-idle-race] fix race condition during exit-on-idle for nm-sudo D-Bus service

Thomas Haller requested to merge th/nm-sudo-exit-on-idle-race into main

Getting exit-on-idle right is not entirely trivial. Luckily, the main-loop as nm-sudo runs it, makes this trivial to integrate.

See https://lists.freedesktop.org/archives/dbus/2015-May/016671.html and the linked sources:

Note that this race also affects NetworkManager-dispatcher!

Merge request reports