Merge "[Docs] Enable graphical login banner"

This commit is contained in:
Jenkins
2016-11-30 23:46:14 +00:00
committed by Gerrit Code Review
2 changed files with 30 additions and 6 deletions

View File

@@ -1,7 +1,29 @@
---
id: RHEL-07-010030
status: not implemented
tag: misc
status: implemented
tag: graphical
---
This STIG requirement is not yet implemented.
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``.

View File

@@ -1,7 +1,9 @@
---
id: RHEL-07-010031
status: not implemented
tag: misc
status: implemented
tag: graphical
---
This STIG requirement is not yet implemented.
This STIG control is implemented by:
* :ref:`stig-RHEL-07-010030`