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

(-)/usr/local/etc/devd/u2f.conf (+17 lines)
Lines 178-183 Link Here
178
	action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
178
	action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
179
};
179
};
180
180
181
# Nitrokey FIDO 2
182
notify 100 {
183
	match "system"		"USB";
184
	match "subsystem"	"DEVICE";
185
	match "type"		"ATTACH";
186
	match "vendor"		"0x20a0";
187
	match "product"		"0x42b1";
188
	action "chgrp u2f /dev/$cdev; chmod g+rw /dev/$cdev";
189
};
190
191
attach 100 {
192
	match "vendor"		"0x20a0";
193
	match "product"		"0x42b1";
194
	action "chgrp u2f /dev/$device-name; chmod g+rw /dev/$device-name";
195
};
196
197
181
# Google Titan U2F
198
# Google Titan U2F
182
notify 100 {
199
notify 100 {
183
	match "system"		"USB";
200
	match "system"		"USB";

Return to bug 250524