Skip to content

Draft: rpm-ostree: Limit update checks if not admin

If the user is not a system administrator (i.e. part of the "wheel" group), each rpm-ostree operation will trigger a polkit authorisations dialog.

To avoid creating unexpected dialogs, do not check for updates in the background (notifier) and do not check on Discover startup.

Explicitly asking for a refresh in the Discover UI will trigger an update check and thus a polkit dialog but in this case this should be fine as this is directly related to a user action.

See: https://discussion.fedoraproject.org/t/why-does-this-window-pop-up-when-i-log-in/86382

Merge request reports