SV-260535r958390_rule
V-260535
SRG-OS-000023-GPOS-00006
UBTU-22-271010
CAT II
10
Configure Ubuntu 22.04 LTS to display the Standard Mandatory DOD Notice and Consent Banner before granting access to the operating system via a graphical user logon.
Add or modify the following line in the "/etc/gdm3/greeter.dconf-defaults" file:
[org/gnome/login-screen]
banner-message-enable=true
Update GDM with the new configuration by using the following commands:
$ sudo dconf update
$ sudo systemctl restart gdm3
Verify Ubuntu 22.04 LTS is configured to display the Standard Mandatory DOD Notice and Consent Banner before granting access to the operating system via a graphical user logon by using the following command:
Note: If no graphical user interface is installed, this requirement is not applicable.
$ grep -i 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-260535
False
UBTU-22-271010
Verify Ubuntu 22.04 LTS is configured to display the Standard Mandatory DOD Notice and Consent Banner before granting access to the operating system via a graphical user logon by using the following command:
Note: If no graphical user interface is installed, this requirement is not applicable.
$ grep -i 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
5594