Admin-Ahead Community

Linux => Server Security & Hardening => Topic started by: Vinil on January 13, 2014, 09:36:07 am

Title: Disable USB stick to Detect
Post by: Vinil on January 13, 2014, 09:36:07 am
If we want to restrict users from using USB stick in systems to protect and secure data from stealing. Create a file '/etc/modprobe.d/no-usb' and adding below line will not detect USB storage.


Quote
# vi /etc/modprobe.d/no-usb

install usb-storage /bin/true