FreeBSD Bugzilla – Attachment 255124 Details for
Bug 282715
security/u2f-devd : Add Tkon2 T2F2-Bio2 and Feitian BioPass FIDO2 Pro security Key
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git format-patch
0001-Add-Token2-T2F2-Bio2-and-Feitian-Biopass-Pro.patch (text/plain), 1.86 KB, created by
Thibault Payet
on 2024-11-12 21:29:50 UTC
(
hide
)
Description:
git format-patch
Filename:
MIME Type:
Creator:
Thibault Payet
Created:
2024-11-12 21:29:50 UTC
Size:
1.86 KB
patch
obsolete
>From ff24874744c0c82bcede5f1a3819541a8f359c5c Mon Sep 17 00:00:00 2001 >From: Thibault Payet <contact@thibaultpayet.fr> >Date: Tue, 12 Nov 2024 22:26:16 +0100 >Subject: [PATCH] Add Token2 T2F2-Bio2 and Feitian Biopass Pro > >Signed-off-by: Thibault Payet <contact@thibaultpayet.fr> >--- > security/u2f-devd/files/u2f.conf | 20 ++++++++++++++++++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > >diff --git a/security/u2f-devd/files/u2f.conf b/security/u2f-devd/files/u2f.conf >index b112124d4eeb..e3005b636ff2 100644 >--- a/security/u2f-devd/files/u2f.conf >+++ b/security/u2f-devd/files/u2f.conf >@@ -72,13 +72,13 @@ notify 100 { > match "subsystem" "DEVICE"; > match "type" "ATTACH"; > match "vendor" "0x096e"; >- match "product" "(0x0850|0x0852|0x0853|0x0854|0x0856|0x0858|0x085a|0x085b|0x085d)"; >+ match "product" "(0x0850|0x0852|0x0853|0x0854|0x0856|0x0858|0x085a|0x085b|0x085d|0x0868)"; > action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev"; > }; > > attach 100 { > match "vendor" "0x096e"; >- match "product" "(0x0850|0x0852|0x0853|0x0854|0x0856|0x0858|0x085a|0x085b|0x085d)"; >+ match "product" "(0x0850|0x0852|0x0853|0x0854|0x0856|0x0858|0x085a|0x085b|0x085d|0x0868)"; > action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name"; > }; > >@@ -303,3 +303,19 @@ attach 100 { > match "product" "(0x53c0|0x53c1)"; > action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name"; > }; >+ >+# Token2 FIDO2 >+notify 100 { >+ match "system" "USB"; >+ match "subsystem" "DEVICE"; >+ match "type" "ATTACH"; >+ match "vendor" "0x349e"; >+ match "product" "0x0202"; >+ action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev"; >+}; >+ >+attach 100 { >+ match "vendor" "0x349e"; >+ match "product" "0x0202"; >+ action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name"; >+}; >-- >2.47.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
monwarez
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 282715
:
255124
|
255125