summaryrefslogtreecommitdiff
path: root/security/py-onlykey/files/onlykey.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-onlykey/files/onlykey.conf.sample')
-rw-r--r--security/py-onlykey/files/onlykey.conf.sample31
1 files changed, 0 insertions, 31 deletions
diff --git a/security/py-onlykey/files/onlykey.conf.sample b/security/py-onlykey/files/onlykey.conf.sample
deleted file mode 100644
index 703ab3be66de..000000000000
--- a/security/py-onlykey/files/onlykey.conf.sample
+++ /dev/null
@@ -1,31 +0,0 @@
-# OnlyKey Security KEY
-notify 100 {
- match "system" "USB";
- match "subsystem" "DEVICE";
- match "type" "ATTACH";
- match "vendor" "0x1d50";
- match "product" "0x60fc";
- action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
-};
-
-notify 100 {
- match "system" "USB";
- match "subsystem" "DEVICE";
- match "type" "ATTACH";
- match "vendor" "0x16c0";
- match "product" "0x0486";
- action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
-};
-
-attach 100 {
- match "vendor" "0x1d50";
- match "product" "0x60fc";
- action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
-};
-
-attach 100 {
- match "vendor" "0x16c0";
- match "product" "0x0486";
- action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
-};
-