Major Hayden dccce1d5cc
Handle RHEL 7 STIG renumbering
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
2017-04-04 07:22:12 -05:00

30 lines
932 B
ReStructuredText

---
id: V-71859
status: implemented
tag: graphical
---
The tasks in the security role configure ``dconf`` to display a login banner
each time a graphical session starts on the system. The default banner message
set by the role is:
You are accessing a secured system and your actions will be logged along
with identifying information. Disconnect immediately if you are not an
authorized user of this system.
Deployers can customize this message by setting an Ansible variable:
.. code-block:: yaml
security_enable_graphical_login_message_text: >
This is a customized banner message.
.. warning::
The dconf configuration does not support multi-line strings. Ensure that
``security_enable_graphical_login_message_text`` contains a single line
of text.
In addition, deployers can opt out of displaying a login banner message by
changing ``security_enable_graphical_login_message`` to ``no``.