mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 14:27:12 +00:00
14 lines
453 B
Django/Jinja
14 lines
453 B
Django/Jinja
{{ file_managed_by_ansible }}
|
|
|
|
# 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.
|
|
idle-delay=uint32 {{ rhel9cis_screensaver_idle_delay }}
|
|
|
|
# Specify the dconf path
|
|
[org/gnome/desktop/screensaver]
|
|
|
|
# Number of seconds after the screen is blank before locking the screen
|
|
lock-delay=uint32 {{ rhel9cis_screensaver_lock_delay }}
|