SV-260541r958358_rule
V-260541
SRG-OS-000481-GPOS-00481
UBTU-22-291015
CAT II
10
Disable all wireless network interfaces by using the following command:
$ sudo ifdown <wireless_interface_name>
For each interface listed, find their respective module by using the following command:
$ basename $(readlink -f /sys/class/net/<wireless_interface_name>/device/driver)
where <wireless_interface_name> must be substituted by the actual interface name.
Create and/or append a custom file under "/etc/modprobe.d/" by using the following command:
$ sudo su -c "echo install <module_name> /bin/false >> /etc/modprobe.d/stig.conf"
where <module_name> must be substituted by the actual module name.
For each module from the system, execute the following command to remove it:
$ sudo modprobe -r <module_name>
Verify that there are no wireless interfaces configured on the system by using the following command:
Note: If the system does not have any physical wireless network radios, this requirement is not applicable.
$ cat /proc/net/wireless
If any wireless interface names are listed under "Interface" and have not been documented and approved by the information system security officer (ISSO), this is a finding.
V-260541
False
UBTU-22-291015
Verify that there are no wireless interfaces configured on the system by using the following command:
Note: If the system does not have any physical wireless network radios, this requirement is not applicable.
$ cat /proc/net/wireless
If any wireless interface names are listed under "Interface" and have not been documented and approved by the information system security officer (ISSO), this is a finding.
M
5594