SV-100267r1_rule
V-89617
SRG-OS-000096-GPOS-00050
VRAU-SL-000495
CAT II
10
Prevent the DCCP protocol handler for dynamic loading:
# echo "install dccp /bin/true" >> /etc/modprobe.conf.local
# echo "install dccp_ipv4 /bin/true" >> /etc/modprobe.conf.local
# echo "install dccp_ipv6 /bin/true" >> /etc/modprobe.conf.local
Check that the DCCP protocol handler is prevented from dynamic loading:
# grep "install dccp /bin/true" /etc/modprobe.conf /etc/modprobe.conf.local /etc/modprobe.d/*
If no result is returned, this is a finding.
# grep "install dccp_ipv4 /bin/true" /etc/modprobe.conf /etc/modprobe.conf.local /etc/modprobe.d/*
If no result is returned, this is a finding.
# grep "install dccp_ipv6" /etc/modprobe.conf /etc/modprobe.conf.local /etc/modprobe.d/* | grep ‘bin/true’
If no result is returned, this is a finding.
V-89617
False
VRAU-SL-000495
Check that the DCCP protocol handler is prevented from dynamic loading:
# grep "install dccp /bin/true" /etc/modprobe.conf /etc/modprobe.conf.local /etc/modprobe.d/*
If no result is returned, this is a finding.
# grep "install dccp_ipv4 /bin/true" /etc/modprobe.conf /etc/modprobe.conf.local /etc/modprobe.d/*
If no result is returned, this is a finding.
# grep "install dccp_ipv6" /etc/modprobe.conf /etc/modprobe.conf.local /etc/modprobe.d/* | grep ‘bin/true’
If no result is returned, this is a finding.
M
3459