SV-208866r603263_rule
V-208866
SRG-OS-000096
OL6-00-000124
CAT II
10
The Datagram Congestion Control Protocol (DCCP) is a relatively new transport layer protocol, designed to support streaming media and telephony. To configure the system to prevent the "dccp" kernel module from being loaded, add the following line to a file in the directory "/etc/modprobe.d":
install dccp /bin/true
If the system is configured to prevent the loading of the "dccp" kernel module, it will contain lines inside any file in "/etc/modprobe.d" or the deprecated"/etc/modprobe.conf". These lines instruct the module loading system to run another program (such as "/bin/true") upon a module "install" event. Run the following command to search for such lines in all files in "/etc/modprobe.d" and the deprecated "/etc/modprobe.conf":
grep -r dccp /etc/modprobe.conf /etc/modprobe.d | grep -i “/bin/true”
If no line is returned, this is a finding.
V-208866
False
OL6-00-000124
If the system is configured to prevent the loading of the "dccp" kernel module, it will contain lines inside any file in "/etc/modprobe.d" or the deprecated"/etc/modprobe.conf". These lines instruct the module loading system to run another program (such as "/bin/true") upon a module "install" event. Run the following command to search for such lines in all files in "/etc/modprobe.d" and the deprecated "/etc/modprobe.conf":
grep -r dccp /etc/modprobe.conf /etc/modprobe.d | grep -i “/bin/true”
If no line is returned, this is a finding.
M
2928