locking usb

sanoob.tv

Dr.gB
hai
i just installed ubuntu 10.10 and upgarding to 11,
in windows machine i locked my usb ports using registries so that no one steal data from my pc.
it was quiet simple,all we need was 2 register files to turn on and off usb write

is there a similar way to lock usb in ubuntu?????
 
OP
sanoob.tv

sanoob.tv

Dr.gB
# echo 'install usb-storage : ' >> /etc/modprobe.conf

ls /lib/modules/$(uname -r)/kernel/drivers/usb/storage/usb-storage.ko
# mv /lib/modules/$(uname -r)/kernel/drivers/usb/storage/usb-storage.ko /root

WHICH ONE OF THIS IS TO ENABLE AND WHICH TO DISABLE USB??
 
Top Bottom