dccce1d5cc
This patch gets the docs adjusted to work with the new RHEL 7 STIG version 1 release. The new STIG release has changed all of the numbering, but it maintains a link to (most) of the old STIG IDs in the XML. Closes-bug: 1676865 Change-Id: I65023fe63163c9804a3aec9dcdbf23c69bedb604
9 lines
293 B
Django/Jinja
9 lines
293 B
Django/Jinja
{% if security_lock_session | 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 %}
|