Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gnome-initial-setup policy for geoclue #1850

Merged
merged 2 commits into from
Aug 24, 2023

Commits on Aug 24, 2023

  1. Update gnome-initial-setup policy for geoclue

    In the prelogin mode of the new Fedora installer, the panel for choosing
    time zone appears and the service requires to communicate with geoclue.
    This commit adds permissions to:
    - allow geoclue read gnome-initial-setup state
    - allow geoclue and gnome-initial-setup dbus chat
    - label /var/lib/gnome-initial-setup with gnome_initial_setup_var_lib_t
    
    Resolves: rhbz#2234330
    zpytela committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d4cc41e View commit details
    Browse the repository at this point in the history
  2. Additional support for gnome-initial-setup

    After labeling /var/lib/gnome-initial-setup with gnome_initial_setup_var_lib_t,
    also the following permissions need to be allowed:
    - colord
    - gdm and gnome-shell
    - dbus-broker
    
    Resolves: rhbz#2234330
    zpytela committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a1014e8 View commit details
    Browse the repository at this point in the history