Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dbus: check whether the client wanted interactive authentication
Some clients do not want to prompt for passwords, e.g. when authorising keyboards when the screen is locked, prompting for a password doesn't make sense because the user cannot enter anything. This change extracts the flags and checks whether the client called with G_DBUS_CALL_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION.
- Loading branch information