diff --git a/products/rhel10/profiles/stig_gui.profile b/products/rhel10/profiles/stig_gui.profile index 757250a7d80..609256d1916 100644 --- a/products/rhel10/profiles/stig_gui.profile +++ b/products/rhel10/profiles/stig_gui.profile @@ -30,3 +30,5 @@ selections: # Limiting user namespaces cause issues with user apps, such as Firefox and Cheese # https://issues.redhat.com/browse/RHEL-10416 - '!sysctl_user_max_user_namespaces' + # locking of idle sessions is handled by screensaver when GUI is present, the following rule is therefore redundant + - '!logind_session_timeout' diff --git a/products/rhel8/profiles/stig_gui.profile b/products/rhel8/profiles/stig_gui.profile index 52f2ece73d3..d05be9233b5 100644 --- a/products/rhel8/profiles/stig_gui.profile +++ b/products/rhel8/profiles/stig_gui.profile @@ -46,3 +46,6 @@ selections: # Limiting user namespaces cause issues with user apps, such as Firefox and Cheese # https://issues.redhat.com/browse/RHEL-10416 - '!sysctl_user_max_user_namespaces' + + # locking of idle sessions is handled by screensaver when GUI is present, the following rule is therefore redundant + - '!logind_session_timeout' diff --git a/products/rhel9/profiles/stig_gui.profile b/products/rhel9/profiles/stig_gui.profile index 9d63ff7e5b8..095b16dc186 100644 --- a/products/rhel9/profiles/stig_gui.profile +++ b/products/rhel9/profiles/stig_gui.profile @@ -47,3 +47,5 @@ selections: # Limiting user namespaces cause issues with user apps, such as Firefox and Cheese # https://issues.redhat.com/browse/RHEL-10416 - '!sysctl_user_max_user_namespaces' + # locking of idle sessions is handled by screensaver when GUI is present, the following rule is therefore redundant + - '!logind_session_timeout' diff --git a/tests/data/profile_stability/rhel8/stig_gui.profile b/tests/data/profile_stability/rhel8/stig_gui.profile index 36575716f25..eb11b3219e8 100644 --- a/tests/data/profile_stability/rhel8/stig_gui.profile +++ b/tests/data/profile_stability/rhel8/stig_gui.profile @@ -225,7 +225,6 @@ selections: - accounts_password_all_shadowed_sha512 - rsyslog_cron_logging - package_sendmail_removed -- logind_session_timeout - configure_tmux_lock_after_time - accounts_password_set_min_life_existing - audit_rules_file_deletion_events_renameat diff --git a/tests/data/profile_stability/rhel9/stig_gui.profile b/tests/data/profile_stability/rhel9/stig_gui.profile index a41657ec062..fb99f670147 100644 --- a/tests/data/profile_stability/rhel9/stig_gui.profile +++ b/tests/data/profile_stability/rhel9/stig_gui.profile @@ -348,7 +348,6 @@ selections: - kernel_module_tipc_disabled - kernel_module_usb-storage_disabled - libreswan_approved_tunnels -- logind_session_timeout - mount_option_boot_efi_nosuid - mount_option_boot_nodev - mount_option_boot_nosuid