aboutsummaryrefslogtreecommitdiff
path: root/finance/electrum/files/trezor_wallet.conf.sample
blob: e75d3649ec0cad9a650065e405013531da71a786 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$
#
# Allow members of group operator to access hardware wallet devices

## 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";
#};