Page MenuHomeFreeBSD

D32862.diff
No OneTemporary

D32862.diff

diff --git a/security/u2f-devd/Makefile b/security/u2f-devd/Makefile
--- a/security/u2f-devd/Makefile
+++ b/security/u2f-devd/Makefile
@@ -2,7 +2,7 @@
PORTNAME= u2f-devd
PORTVERSION= 1.1.10
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= #
DISTFILES= #
diff --git a/security/u2f-devd/files/u2f.conf b/security/u2f-devd/files/u2f.conf
--- a/security/u2f-devd/files/u2f.conf
+++ b/security/u2f-devd/files/u2f.conf
@@ -232,13 +232,13 @@
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";
};

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 3, 5:41 AM (20 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16426548
Default Alt Text
D32862.diff (893 B)

Event Timeline