aboutsummaryrefslogtreecommitdiff
path: root/finance/electrum/files/trezor_wallet.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'finance/electrum/files/trezor_wallet.conf.sample')
-rw-r--r--finance/electrum/files/trezor_wallet.conf.sample13
1 files changed, 13 insertions, 0 deletions
diff --git a/finance/electrum/files/trezor_wallet.conf.sample b/finance/electrum/files/trezor_wallet.conf.sample
new file mode 100644
index 000000000000..e75d3649ec0c
--- /dev/null
+++ b/finance/electrum/files/trezor_wallet.conf.sample
@@ -0,0 +1,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";
+#};