mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-29 01:51:20 -05:00
We rely on broadcast signals for authenticator replies rather than unicast as these are not filtered by the sandbox (due to them being opt-in by the receiver). Actually this already worked fine in the flatpak side as the generated code already subscribes to the signals, this just switches the internal authenticators (test and oci) to using the new way to emit signals.