aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-11-05 23:00:25 +0000
committerEd Maste <emaste@FreeBSD.org>2021-11-06 00:40:19 +0000
commit210f94a9b5617545707fb33ec275f3d4140481a7 (patch)
tree0a5d1cf34124837dcd0a1204d790d52ed2632ef3
parent98c6d6340626eb2979ef57491c8d29aa53fc3fc6 (diff)
downloadports-210f94a9b5617545707fb33ec275f3d4140481a7.tar.gz
ports-210f94a9b5617545707fb33ec275f3d4140481a7.zip
security/u2f-devd: add USB ID for SoloKeys Solo 2
Refernce: https://github.com/solokeys/solo2/ Approved by: dbaio Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D32862
-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 858ee4f33c99..841cf6e80559 100644
--- a/security/u2f-devd/Makefile
+++ b/security/u2f-devd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= u2f-devd
PORTVERSION= 1.1.10
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= #
DISTFILES= #
diff --git a/security/u2f-devd/files/u2f.conf b/security/u2f-devd/files/u2f.conf
index 4181254333d5..bde74fd6bf7a 100644
--- a/security/u2f-devd/files/u2f.conf
+++ b/security/u2f-devd/files/u2f.conf
@@ -232,13 +232,13 @@ notify 100 {
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x1209";
- match "product" "(0x5070|0x50b0)";
+ match "product" "(0x5070|0x50b0|0xbeee)";
action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
};
attach 100 {
match "vendor" "0x1209";
- match "product" "(0x5070|0x50b0)";
+ match "product" "(0x5070|0x50b0|0xbeee)";
action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
};