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

Enable dconf profiles in Ubuntu CIS/STIG profiles #11874

Merged
merged 3 commits into from
May 6, 2024

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    598a130 View commit details
    Browse the repository at this point in the history
  2. Fix rule enable_dconf_user_profile on Ubuntu

    On Ubuntu, dconf profiles `gdm` and `user` are not explictly
    configured by default. When the profiles aren't explicitly
    defined and don't point to `gdm.d` and `local.d` dconf databases,
    respectively, the remediations from dconf rules will have no affect
    on gnome settings and the checks will give false positives.
    
    The rules that are affected on Ubuntu:
    - dconf_gnome_banner_enabled
    - dconf_gnome_disable_automount
    - dconf_gnome_disable_automount_open
    - dconf_gnome_disable_autorun
    - dconf_gnome_disable_ctrlaltdel_reboot
    - dconf_gnome_disable_user_list
    - dconf_gnome_login_banner_text
    - dconf_gnome_screensaver_idle_delay
    - dconf_gnome_screensaver_lock_delay
    - dconf_gnome_screensaver_lock_enabled
    mpurg committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    db949bc View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    6901d00 View commit details
    Browse the repository at this point in the history