SV-269278r1050160_rule
V-269278
SRG-OS-000480-GPOS-00227
ALMA-09-022350
CAT II
10
Disable the kdump service with the following command:
$ systemctl mask --now kdump
Verify that the kdump service is disabled in system boot configuration with the following command:
$ systemctl is-enabled kdump
masked
Verify that the kdump service is not active (i.e., not running) through current runtime configuration with the following command:
$ systemctl is-active kdump
inactive
Verify that the kdump service is masked with the following command:
$ systemctl show kdump | grep "LoadState\|UnitFileState"
LoadState=masked
UnitFileState=masked
If the "kdump" service is loaded or active, and is not masked, this is a finding.
V-269278
False
ALMA-09-022350
Verify that the kdump service is disabled in system boot configuration with the following command:
$ systemctl is-enabled kdump
masked
Verify that the kdump service is not active (i.e., not running) through current runtime configuration with the following command:
$ systemctl is-active kdump
inactive
Verify that the kdump service is masked with the following command:
$ systemctl show kdump | grep "LoadState\|UnitFileState"
LoadState=masked
UnitFileState=masked
If the "kdump" service is loaded or active, and is not masked, this is a finding.
M
5664