git: fdb06ee48fd9 - main - security/u2f-devd: add USB IDs for newer Google Titan security keys
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 May 2024 17:13:54 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/ports/commit/?id=fdb06ee48fd9e72d13c688f70cdc2f08c858bb94 commit fdb06ee48fd9e72d13c688f70cdc2f08c858bb94 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2024-05-25 15:24:33 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-05-26 17:13:03 +0000 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 --- security/u2f-devd/files/u2f.conf | 4 ++-- 1 file 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"; };