mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 22:18:33 -05:00
Set USBGuard settings to permit USB hubs and Qubes USB passthrough
This commit is contained in:
parent
3d5e659b78
commit
70fbbc230c
1 changed files with 3 additions and 0 deletions
|
|
@ -66,3 +66,6 @@ reject with-interface one-of { ef:04:* }
|
||||||
## Suspicious interface combinations with mass storage are blocked.
|
## Suspicious interface combinations with mass storage are blocked.
|
||||||
allow with-interface equals { 08:*:* }
|
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:*:* }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue