SV-63521r1_rule
V-22514
GEN007080
GEN007080
CAT II
10
Prevent the DCCP protocol handler for dynamic loading.
# echo "install dccp /bin/true" >> /etc/modprobe.conf
# echo "install dccp_ipv4 /bin/true" >> /etc/modprobe.conf
# echo "install dccp_ipv6 /bin/true" >> /etc/modprobe.conf
Verify the DCCP protocol handler is prevented from dynamic loading.
# grep 'install dccp /bin/true' /etc/modprobe.conf /etc/modprobe.d/*
If no result is returned, this is a finding.
# grep 'install dccp_ipv4 /bin/true' /etc/modprobe.conf /etc/modprobe.d/*
If no result is returned, this is a finding.
# grep 'install dccp_ipv6 /bin/true' /etc/modprobe.conf /etc/modprobe.d/*
If no result is returned, this is a finding.
V-22514
False
GEN007080
Verify the DCCP protocol handler is prevented from dynamic loading.
# grep 'install dccp /bin/true' /etc/modprobe.conf /etc/modprobe.d/*
If no result is returned, this is a finding.
# grep 'install dccp_ipv4 /bin/true' /etc/modprobe.conf /etc/modprobe.d/*
If no result is returned, this is a finding.
# grep 'install dccp_ipv6 /bin/true' /etc/modprobe.conf /etc/modprobe.d/*
If no result is returned, this is a finding.
M
System Administrator
2207