Skip to content

Commit 0f84e84

Browse files
authored
Merge pull request #14566 from mpurg/ubuntu_dconf
Update dconf controls in Ubuntu 24.04 STIG
2 parents 6a5ee5c + 63f676c commit 0f84e84

2 files changed

Lines changed: 32 additions & 3 deletions

File tree

controls/stig_ubuntu2404.yml

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,15 +317,39 @@ controls:
317317
- var_screensaver_lock_delay=immediate
318318
- dconf_gnome_screensaver_idle_delay
319319
- dconf_gnome_screensaver_lock_delay
320+
- dconf_gnome_screensaver_lock_enabled
320321
status: automated
321322

322323
- id: UBTU-24-200040
323-
title: Ubuntu 24.04 LTS must retain a user's session lock until the user reestablishes access using
324-
established identification and authentication procedures.
324+
title: Ubuntu 24.04 LTS must prevent a user from overriding the disabling of the graphical user interface automount function.
325325
levels:
326326
- medium
327327
rules:
328-
- dconf_gnome_screensaver_lock_enabled
328+
- dconf_gnome_disable_automount_open
329+
status: automated
330+
331+
- id: UBTU-24-200041
332+
title: Ubuntu 24.04 LTS must prevent a user from overriding the disabling of the graphical user interface autorun function.
333+
levels:
334+
- medium
335+
rules:
336+
- dconf_gnome_disable_autorun
337+
status: automated
338+
339+
- id: UBTU-24-200042
340+
title: Ubuntu 24.04 LTS must prevent a user from overriding the disabling of the graphical user smart card removal action.
341+
levels:
342+
- medium
343+
rules:
344+
- dconf_gnome_lock_screen_on_smartcard_removal
345+
status: automated
346+
347+
- id: UBTU-24-200043
348+
title: Ubuntu 24.04 LTS must conceal, via the session lock, information previously visible on the display with a publicly viewable image.
349+
levels:
350+
- medium
351+
rules:
352+
- dconf_gnome_screensaver_mode_blank
329353
status: automated
330354

331355
- id: UBTU-24-200060

linux_os/guide/system/software/gnome/gnome_screen_locking/dconf_gnome_screensaver_mode_blank/bash/shared.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# platform = multi_platform_all
22

3+
{{% if 'ubuntu' in product %}}
4+
{{{ bash_enable_dconf_user_profile(profile="user", database="local") }}}
5+
{{{ bash_enable_dconf_user_profile(profile="gdm", database="gdm") }}}
6+
{{% endif %}}
7+
38
{{% if product in ['sle15', 'sle16'] %}}
49
{{{ bash_enable_dconf_user_profile(profile="gdm", database="gdm") }}}
510
{{{ bash_dconf_settings("org/gnome/desktop/screensaver", "picture-uri", "string ''", dconf_gdm_dir, "00-security-settings", rule_id=rule_id) }}}

0 commit comments

Comments
 (0)