1. Home
  2. Security Hardening
  3. DISA SLES 15 STIG V1R3
  4. SLES-15-010050 – The SUSE operating system must display the Standard Mandatory DoD Notice and Consent Banner until users acknowledge the usage conditions and take explicit actions to log on for further access to the local graphical user interface (GUI) – filename

SLES-15-010050 – The SUSE operating system must display the Standard Mandatory DoD Notice and Consent Banner until users acknowledge the usage conditions and take explicit actions to log on for further access to the local graphical user interface (GUI) – filename

Details

The SUSE operating system must display the Standard Mandatory DoD Notice and Consent Banner until users acknowledge the usage conditions and take explicit actions to log on for further access to the local graphical user interface (GUI).

Satisfies: SRG-OS-000023-GPOS-00006, SRG-OS-000024-GPOS-00007

Solution

Configure the SUSE operating system to display the Standard Mandatory DoD Notice and Consent Banner until users acknowledge the usage conditions and take explicit actions to log on for further access.

Note: If a graphical user interface is not installed, this requirement is Not Applicable.

Edit the file ‘/etc/gdm/Xsession’.

Add the following content to the file ‘/etc/gdm/Xsession’ below the line #!/bin/sh:

if ! zenity –text-info
–title ‘Consent’
–filename=/etc/gdm/banner
–no-markup
–checkbox=’Accept.’ 10 10; then
sleep 1;
exit 1;
fi

Save the file ‘/etc/gdm/Xsession’.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles