diff --git a/shared/usb.py b/shared/usb.py index c1b15c2d..587ad684 100644 --- a/shared/usb.py +++ b/shared/usb.py @@ -75,14 +75,7 @@ HOBBLED_CMDS = frozenset({ 'enrl', # no new multisigs during policy enforcement 'back', # no backups 'bagi', 'dfu_', # just in case - - "user", # same as HSM_DISABLE_CMDS - "rmur", - "nwur", - "gslr", - "hsts", - "hsms", -}) +}) | HSM_DISABLE_CMDS # singleton instance of USBHandler() handler = None