Randall Shimizu wrote:
So any suggestions or good articles please..?


----- Original Message ----
From: Tracy R Reed <[EMAIL PROTECTED]>
To: Main Discussion List for KPLUG <[email protected]>
Sent: Wednesday, May 7, 2008 5:57:10 PM
Subject: Re: Turning off and securing USB ports with Linux...??

Randall Shimizu wrote:
Turning off and securing USB ports with Linux...??

Yes



Unload the USB modules from the kernel. For example, if you do an lsmod:

$ /sbin/lsmod |grep hci
uhci_hcd               23633  0
ohci_hcd               22725  0
ehci_hcd               32333  0

You will see these modules. The uhci_hcd and ohci_hcd modules are for the USB 1.0/1.1 and ehci_hcd is for USB 2.0. Remove these modules with the rmmod command:

# rmmod ehci_hcd

You can blacklist the modules by messing with udev to prevent them from loading in the first place.

Gus


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to