aboutsummaryrefslogtreecommitdiff
path: root/finance/electrum/files/hardware_wallet.conf.sample
blob: ebb002e855af4170b97564ab86f9bf4b36623476 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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";
#};