diff --git a/doc/metadata/rhel7/RHEL-07-010030.rst b/doc/metadata/rhel7/RHEL-07-010030.rst index 91d9e10f..fb184164 100644 --- a/doc/metadata/rhel7/RHEL-07-010030.rst +++ b/doc/metadata/rhel7/RHEL-07-010030.rst @@ -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``. diff --git a/doc/metadata/rhel7/RHEL-07-010031.rst b/doc/metadata/rhel7/RHEL-07-010031.rst index e49406fa..7a00ac23 100644 --- a/doc/metadata/rhel7/RHEL-07-010031.rst +++ b/doc/metadata/rhel7/RHEL-07-010031.rst @@ -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`