I want to disable usb devices based on vendor id in Linux environment. I want to allow only specific USB devices, based on vendor id.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
You can make a udev rule that disables devices by default, but enables certain ones by vendor ID. Make a file
And then rules to enable the devices you want to allow (you can use
See "Locking down Linux using UDEV" for more information. |
||||
