Skip to content

Commit

Permalink
security/u2f-devd: add USB ID for SoloKeys Solo 2
Browse files Browse the repository at this point in the history
Refernce: https://github.com/solokeys/solo2/

Approved by:	dbaio
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D32862
  • Loading branch information
emaste committed Nov 6, 2021
1 parent 98c6d63 commit 210f94a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion security/u2f-devd/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= u2f-devd
PORTVERSION= 1.1.10
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= #
DISTFILES= #
Expand Down
4 changes: 2 additions & 2 deletions security/u2f-devd/files/u2f.conf
Expand Up @@ -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";
};

Expand Down

0 comments on commit 210f94a

Please sign in to comment.