aboutsummaryrefslogtreecommitdiff
path: root/security/u2f-devd
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-19 23:09:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-03-19 23:09:16 +0000
commitf7c801b07216bf4a8ae89d1f546751128470b31a (patch)
treec86ca502801d5d0f16d1df5c29a8c3a7e3e3a429 /security/u2f-devd
parent64e50d2b9d988f5507f8cdd320480196a9809ef9 (diff)
downloadports-f7c801b07216bf4a8ae89d1f546751128470b31a.tar.gz
ports-f7c801b07216bf4a8ae89d1f546751128470b31a.zip
- Add USB ID for yubikey 5
PR: 246368 Submitted by: ports@xanderio.de
Notes
Notes: svn path=/head/; revision=568817
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 298092f3c6a5..5811b71323d2 100644
--- a/security/u2f-devd/Makefile
+++ b/security/u2f-devd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= u2f-devd
PORTVERSION= 1.1.10
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= #
DISTFILES= #
diff --git a/security/u2f-devd/files/u2f.conf b/security/u2f-devd/files/u2f.conf
index df078410381d..e3ef3032a3ac 100644
--- a/security/u2f-devd/files/u2f.conf
+++ b/security/u2f-devd/files/u2f.conf
@@ -8,13 +8,13 @@ notify 100 {
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x1050";
- match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0406|0x0407|0x0410)";
+ match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0404|0x0406|0x0407|0x0410)";
action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
};
attach 100 {
match "vendor" "0x1050";
- match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0406|0x0407|0x0410)";
+ match "product" "(0x0113|0x0114|0x0115|0x0116|0x0120|0x0200|0x0402|0x0403|0x0404|0x0406|0x0407|0x0410)";
action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
};