SV-270692r1066565_rule
V-270692
SRG-OS-000023-GPOS-00006
UBTU-24-200650
CAT II
10
Configure Ubuntu 24.04 LTS to display the Standard Mandatory DOD Notice and Consent Banner before granting access to Ubuntu 24.04 LTS via a graphical user logon.
Edit the "/etc/gdm3/greeter.dconf-defaults" file.
Look for the "banner-message-enable" parameter under the "[org/gnome/login-screen]" section and uncomment it (remove the leading "#" characters):
[org/gnome/login-screen]
banner-message-enable=true
Update the GDM with the new configuration:
$ sudo dconf update
$ sudo systemctl restart gdm3
Note: If the system does not have a graphical user interface installed, this requirement is not applicable.
Verify Ubuntu 24.04 LTS is configured to display the Standard Mandatory DOD Notice and Consent Banner before granting access to Ubuntu 24.04 LTS via a graphical user logon with the following command:
$ grep ^banner-message-enable /etc/gdm3/greeter.dconf-defaults
banner-message-enable=true
If the value for "banner-message-enable" is set to "false", the line is commented out, or no value is returned, this is a finding.
V-270692
False
UBTU-24-200650
Note: If the system does not have a graphical user interface installed, this requirement is not applicable.
Verify Ubuntu 24.04 LTS is configured to display the Standard Mandatory DOD Notice and Consent Banner before granting access to Ubuntu 24.04 LTS via a graphical user logon with the following command:
$ grep ^banner-message-enable /etc/gdm3/greeter.dconf-defaults
banner-message-enable=true
If the value for "banner-message-enable" is set to "false", the line is commented out, or no value is returned, this is a finding.
M
5673