aboutsummaryrefslogtreecommitdiff
path: root/security/u2f-devd
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-17 22:57:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-17 22:57:23 +0000
commit54b4558798325f60e27aaa0726ef7ee379742e67 (patch)
tree9b40b6ee62db13bb6ba5a3901581e95d484bc72e /security/u2f-devd
parent44a3f15731264da240ab4113b49aa358b80f95ca (diff)
downloadports-54b4558798325f60e27aaa0726ef7ee379742e67.tar.gz
ports-54b4558798325f60e27aaa0726ef7ee379742e67.zip
- Add another reported USB product ID for Thetis key
PR: 243527 Submitted by: sahajsarup@gmail.com
Notes
Notes: svn path=/head/; revision=568694
Diffstat (limited to 'security/u2f-devd')
-rw-r--r--security/u2f-devd/Makefile2
-rw-r--r--security/u2f-devd/files/u2f.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/security/u2f-devd/Makefile b/security/u2f-devd/Makefile
index d03c913d76aa..504d8f14e16a 100644
--- a/security/u2f-devd/Makefile
+++ b/security/u2f-devd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= u2f-devd
PORTVERSION= 1.1.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= #
DISTFILES= #
diff --git a/security/u2f-devd/files/u2f.conf b/security/u2f-devd/files/u2f.conf
index b7434269ed92..b05fdff3add5 100644
--- a/security/u2f-devd/files/u2f.conf
+++ b/security/u2f-devd/files/u2f.conf
@@ -152,13 +152,13 @@ notify 100 {
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x1ea8";
- match "product" "0xf025";
+ match "product" "(0xf025|0xfc25)";
action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
};
attach 100 {
match "vendor" "0x1ea8";
- match "product" "0xf025";
+ match "product" "(0xf025|0xfc25)";
action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
};