2023-01-20 10:29:50 +00:00
|
|
|
## Ansible controlled file
|
2023-08-08 18:53:23 +01:00
|
|
|
# Added as part of ansible-lockdown CIS baseline
|
2024-12-10 16:44:14 +00:00
|
|
|
# provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
|
2023-01-20 10:29:50 +00:00
|
|
|
|
|
|
|
|
# Specify the dconf path
|
|
|
|
|
[org/gnome/desktop/session]
|
|
|
|
|
|
|
|
|
|
# Number of seconds of inactivity before the screen goes blank
|
|
|
|
|
# Set to 0 seconds if you want to deactivate the screensaver.
|
2023-01-20 10:32:21 +00:00
|
|
|
idle-delay=uint32 {{ rhel9cis_screensaver_idle_delay }}
|
2023-01-20 10:29:50 +00:00
|
|
|
|
|
|
|
|
# Specify the dconf path
|
|
|
|
|
[org/gnome/desktop/screensaver]
|
|
|
|
|
|
|
|
|
|
# Number of seconds after the screen is blank before locking the screen
|
2023-01-20 10:32:21 +00:00
|
|
|
lock-delay=uint32 {{ rhel9cis_screensaver_lock_delay }}
|