Change firmware-hacker ROP level, add ST DFU udev
- later we can set ROP=1 for hacker firmware builds again, right now it causes issues in solo-python tool
This commit is contained in:
@ -10,9 +10,12 @@ LABEL="mm_usb_device_blacklist_end"
|
||||
|
||||
# Solo
|
||||
|
||||
## access
|
||||
## bootloader + firmware access
|
||||
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", TAG+="uaccess", GROUP="plugdev"
|
||||
|
||||
## DFU access
|
||||
ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", TAG+="uaccess", GROUP="plugdev"
|
||||
|
||||
## Solo Secure symlink
|
||||
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a2ca", ATTRS{product}=="Solo [1-9]*", SYMLINK+="solokey"
|
||||
## Solo Hacker symlink
|
||||
|
Reference in New Issue
Block a user