SV-258825r933536_rule
V-258825
SRG-OS-000095-GPOS-00049
PHTN-40-000047
CAT II
10
Navigate to and open:
/etc/modprobe.d/modprobe.conf
Set the contents as follows:
install bridge /bin/false
install sctp /bin/false
install dccp /bin/false
install dccp_ipv4 /bin/false
install dccp_ipv6 /bin/false
install ipx /bin/false
install appletalk /bin/false
install decnet /bin/false
install rds /bin/false
install tipc /bin/false
install bluetooth /bin/false
install usb_storage /bin/false
install ieee1394 /bin/false
install cramfs /bin/false
install freevxfs /bin/false
install jffs2 /bin/false
install hfs /bin/false
install hfsplus /bin/false
install squashfs /bin/false
install udf /bin/false
At the command line, run the following command to verify the following kernel modules are not loaded:
# modprobe --showconfig | grep "^install" | grep "/bin"
Expected result:
install bridge /bin/false
install sctp /bin/false
install dccp /bin/false
install dccp_ipv4 /bin/false
install dccp_ipv6 /bin/false
install ipx /bin/false
install appletalk /bin/false
install decnet /bin/false
install rds /bin/false
install tipc /bin/false
install bluetooth /bin/false
install usb_storage /bin/false
install ieee1394 /bin/false
install cramfs /bin/false
install freevxfs /bin/false
install jffs2 /bin/false
install hfs /bin/false
install hfsplus /bin/false
install squashfs /bin/false
install udf /bin/false
The output may include other statements outside of the expected result.
If the output does not include at least every statement in the expected result, this is a finding.
V-258825
False
PHTN-40-000047
At the command line, run the following command to verify the following kernel modules are not loaded:
# modprobe --showconfig | grep "^install" | grep "/bin"
Expected result:
install bridge /bin/false
install sctp /bin/false
install dccp /bin/false
install dccp_ipv4 /bin/false
install dccp_ipv6 /bin/false
install ipx /bin/false
install appletalk /bin/false
install decnet /bin/false
install rds /bin/false
install tipc /bin/false
install bluetooth /bin/false
install usb_storage /bin/false
install ieee1394 /bin/false
install cramfs /bin/false
install freevxfs /bin/false
install jffs2 /bin/false
install hfs /bin/false
install hfsplus /bin/false
install squashfs /bin/false
install udf /bin/false
The output may include other statements outside of the expected result.
If the output does not include at least every statement in the expected result, this is a finding.
M
5569