Skip to content

Commit 651a7b9

Browse files
committed
Don't deny smartcards in usb-policy.conf
Removing this device class from the USB config would let admins configure VMs for digital signing purposes. These devices are also not very useful in Dom0. Signed-off-by: Tu Dinh <ngoc-tu.dinh@vates.tech>
1 parent d32d758 commit 651a7b9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/usb-policy.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ ALLOW:vid=056a pid=00fb class=03 # Wacom DTU tablet
2020
DENY: class=03 subclass=01 prot=01 # HID Boot keyboards
2121
DENY: class=03 subclass=01 prot=02 # HID Boot mice
2222
DENY: class=0a # CDC-Data
23-
DENY: class=0b # Smartcard
2423
DENY: class=e0 # Wireless controller
2524
DENY: class=ef subclass=04 # Miscellaneous network devices
2625
ALLOW: # Otherwise allow everything else

0 commit comments

Comments
 (0)