1 Answer
To disable the usb storage,you need to create configuration file in /etc/modprobe.d directory.
Add the following lines to the file
install usb-storage /bin/true
Save the file and exit
After creating this configuration file, the usb storage access will be blocked completely.
Your Answer
x