aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-05-25 15:24:33 +0000
committerEd Maste <emaste@FreeBSD.org>2024-05-26 17:13:03 +0000
commitfdb06ee48fd9e72d13c688f70cdc2f08c858bb94 (patch)
tree8f14515ca4115e8a4a85f0c52f1def6ffb08788d
parentde05b2036a05d9f90746c54bf0861e59e230e884 (diff)
downloadports-fdb06ee48fd9e72d13c688f70cdc2f08c858bb94.tar.gz
ports-fdb06ee48fd9e72d13c688f70cdc2f08c858bb94.zip
security/u2f-devd: add USB IDs for newer Google Titan security keys
Reviewed by: Thibault <monwarez@mailoo.org> (maintainer) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D45363
-rw-r--r--security/u2f-devd/files/u2f.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/u2f-devd/files/u2f.conf b/security/u2f-devd/files/u2f.conf
index bd14914fc764..b112124d4eeb 100644
--- a/security/u2f-devd/files/u2f.conf
+++ b/security/u2f-devd/files/u2f.conf
@@ -231,13 +231,13 @@ notify 100 {
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x18d1";
- match "product" "0x5026";
+ match "product" "(0x5026|0x9470)";
action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
};
attach 100 {
match "vendor" "0x18d1";
- match "product" "0x5026";
+ match "product" "(0x5026|0x9470)";
action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
};