SV-238380r654315_rule
V-238380
SRG-OS-000480-GPOS-00227
UBTU-20-010460
CAT I
10
Configure the system to disable the Ctrl-Alt-Delete sequence for the command line with the following command:
# sudo systemctl mask ctrl-alt-del.target
Reload the daemon to take effect:
# sudo systemctl daemon-reload
Verify the Ubuntu operating system is not configured to reboot the system when Ctrl-Alt-Delete is pressed.
Check that the "ctrl-alt-del.target" (otherwise also known as reboot.target) is not active with the following command:
# systemctl status ctrl-alt-del.target
reboot.target - Reboot
Loaded: loaded (/usr/lib/systemd/system/reboot.target; disabled)
Active: inactive (dead)
Docs: man:systemd.special(7)
If the "ctrl-alt-del.target" is active, this is a finding.
V-238380
False
UBTU-20-010460
Verify the Ubuntu operating system is not configured to reboot the system when Ctrl-Alt-Delete is pressed.
Check that the "ctrl-alt-del.target" (otherwise also known as reboot.target) is not active with the following command:
# systemctl status ctrl-alt-del.target
reboot.target - Reboot
Loaded: loaded (/usr/lib/systemd/system/reboot.target; disabled)
Active: inactive (dead)
Docs: man:systemd.special(7)
If the "ctrl-alt-del.target" is active, this is a finding.
M
5318