Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/finance/electrum/files/hardware_wallet.conf.sample
16461 views
# Allow members of group operator to access hardware wallet devices

## Ledger Nano S
#notify 301 {
#        match "system"          "USB";
#        match "subsystem"       "DEVICE";
#        match "vendor"          "0x2c97";
#        match "product"         "0x0001";
#        match "type"            "ATTACH";
#        action "/bin/chmod g=rw /dev/$cdev";
#};

## SatoshiLabs TREZOR
#notify 301 {
#        match "system"          "USB";
#        match "subsystem"       "DEVICE";
#        match "vendor"          "0x534c";
#        match "product"         "0x0001";
#        match "type"            "ATTACH";
#        action "/bin/chmod g=rw /dev/$cdev";
#};

## shiftcrypto.ch BitBox02
#notify 301 {
#        match "system"          "USB";
#        match "subsystem"       "DEVICE";
#        match "vendor"          "0x03eb";
#        match "product"         "0x2403";
#        match "type"            "ATTACH";
#        action "/bin/chmod g=rw /dev/$cdev";
#};