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