Quantcast
Channel: nixCraft
Viewing all articles
Browse latest Browse all 14

How to protect Linux against rogue USB devices using USBGuard

$
0
0
usbgurd

usbgurd

You deployed a perfect firewall and other network security policies preventing unauthorized access to the user's desktop computer over a network. However, you still need to block USB device access. We can configure a Linux desktop security policy to protect your computer against rogue USB devices (a.k.a. BadUSB) by implementing essential allow and blocklisting capabilities based on device attributes. For instance, I can define what kind of USB devices are authorized and how a USB device interacts with the Linux system. For example, I can define policy allowing Yubikey with serial number "XYZ" and USB LTE modem with serial # "ABC." Every other USB device access is denied by default.

Love this? sudo share_on: Twitter - Facebook - LinkedIn - Whatsapp - Reddit

The post How to protect Linux against rogue USB devices using USBGuard appeared first on nixCraft.


Viewing all articles
Browse latest Browse all 14

Trending Articles