added update for gdm and giu packages

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-08-15 16:00:36 +01:00
parent 553f18e992
commit b21569c62d
No known key found for this signature in database
GPG key ID: 997FF7FE93AEB5B9
2 changed files with 3 additions and 0 deletions

View file

@ -617,6 +617,8 @@ rhel9cis_warning_banner: Authorized users only. All activity may be monitored an
# End Banner # End Banner
## Control 1.8.x - Settings for GDM ## Control 1.8.x - Settings for GDM
# do not run Control 1.8.x if using a display manager different than gdm
rhel10cis_display_manager: "gdm"
# This variable governs whether rules dealing with GUI specific packages(and/or their settings) should # This variable governs whether rules dealing with GUI specific packages(and/or their settings) should
# be executed either to: # be executed either to:
# - secure GDM, if GUI is needed('rhel9cis_gui: true') # - secure GDM, if GUI is needed('rhel9cis_gui: true')

View file

@ -61,5 +61,6 @@
file: cis_1.7.x.yml file: cis_1.7.x.yml
- name: "SECTION | 1.8 | Gnome Display Manager" - name: "SECTION | 1.8 | Gnome Display Manager"
when: rhel10cis_display_manager == 'gdm'
ansible.builtin.import_tasks: ansible.builtin.import_tasks:
file: cis_1.8.x.yml file: cis_1.8.x.yml