0

A particular industrial computer has several USB ports accessible from outside the chassis and one USB port inside a secured door.

We need to restrict the accessible USB ports to use with mouse, keyboard and printer so that no storage device can be used on them.

1 Answers1

1

Try the command below:

#echo "blacklist usb_storage" >> /etc/modprobe.d/blacklist.conf
pomsky
  • 68,507