4
0
Fork 0

section 1.8 alignment v1.0.0

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-20 10:29:50 +00:00
parent 45435dd2ba
commit de88c96f24
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9
9 changed files with 198 additions and 27 deletions

View file

@ -0,0 +1,17 @@
## Ansible controlled file
# Added as part of CIS
# provided by MindPointGroup LLC
# 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 {{ ubtu22cis_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 {{ ubtu22cis_screensaver_lock_delay }}