Set USBGuard settings to permit USB hubs and Qubes USB passthrough

This commit is contained in:
Aaron Rainbolt 2025-10-17 15:49:42 -05:00
parent 3d5e659b78
commit 70fbbc230c
No known key found for this signature in database
GPG key ID: A709160D73C79109

View file

@ -66,3 +66,6 @@ reject with-interface one-of { ef:04:* }
## Suspicious interface combinations with mass storage are blocked.
allow with-interface equals { 08:*:* }
## Allow USB hubs, these are likely safe and are required for Qubes OS USB
## passthrough to work.
allow with-interface equals { 09:*:* }