5fbc456807
This patch applies the graphical session lock settings from the following STIG controls: - RHEL-07-010060 - RHEL-07-010070 - RHEL-07-010071 - RHEL-07-010073 - RHEL-07-010074 Docs will be provided in a follow-on patch. Implements: blueprint security-rhel7-stig Change-Id: I306ea5e2e274a2ca63158ba8b039686b27a5d923
9 lines
340 B
Django/Jinja
9 lines
340 B
Django/Jinja
{% if security_lock_session | bool and security_lock_session_override_user | bool %}
|
|
/org/gnome/desktop/session/idle-delay
|
|
/org/gnome/desktop/screensaver/lock-enabled
|
|
/org/gnome/desktop/screensaver/lock-delay
|
|
{% if security_lock_session_when_inactive | bool %}
|
|
/org/gnome/desktop/screensaver/idle-activation-enabled
|
|
{% endif %}
|
|
{% endif %}
|