Skip to content

Commit

Permalink
Merge pull request #12086 from vojtapolasek/remove_logind_session_tim…
Browse files Browse the repository at this point in the history
…eout_from_stig_gui

remove logind_session_timeout from stig_gui profiles
  • Loading branch information
Mab879 authored Jul 2, 2024
2 parents 349ffa3 + 1ae9b39 commit 6bdb083
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions products/rhel10/profiles/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
3 changes: 3 additions & 0 deletions products/rhel8/profiles/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 2 additions & 0 deletions products/rhel9/profiles/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
1 change: 0 additions & 1 deletion tests/data/profile_stability/rhel8/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tests/data/profile_stability/rhel9/stig_gui.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bdb083

Please sign in to comment.