View | Details | Raw Unified | Return to bug 256845
Collapse All | Expand All

(-)u2f-devd/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	u2f-devd
3
PORTNAME=	u2f-devd
4
PORTVERSION=	1.1.10
4
PORTVERSION=	1.1.10
5
PORTREVISION=	4
5
PORTREVISION=	5
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	#
7
MASTER_SITES=	#
8
DISTFILES=	#
8
DISTFILES=	#
(-)u2f-devd/files/u2f.conf (-2 / +2 lines)
Lines 56-68 Link Here
56
	match "subsystem"	"DEVICE";
56
	match "subsystem"	"DEVICE";
57
	match "type"		"ATTACH";
57
	match "type"		"ATTACH";
58
	match "vendor"		"(0x096e|0x2ccf)";
58
	match "vendor"		"(0x096e|0x2ccf)";
59
	match "product"		"0x0880";
59
	match "product"		"(0x0880|0x0854)";
60
	action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
60
	action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
61
};
61
};
62
62
63
attach 100 {
63
attach 100 {
64
	match "vendor"		"(0x096e|0x2ccf)";
64
	match "vendor"		"(0x096e|0x2ccf)";
65
	match "product"		"0x0880";
65
	match "product"		"(0x0880|0x0854)";
66
	action	"chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
66
	action	"chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
67
};
67
};
68
68

Return to bug 256845