mirror of
https://github.com/opnsense/src.git
synced 2026-06-22 23:19:17 -04:00
While FIDO/U2F keys were already supported by the generic uhid(4) and hidraw(4) drivers, this driver adds some additional features an does steps to tighten the security of FIDO/U2F access. - It automatically loads through devd. - Automatically enables HQ_NO_READAHEAD for FIDO/U2F devices. - Implements only miminum set of features. - Do not requires external devfs configuration to set character device permissions. - Names character device as u2f/# to make possible capsicum or any other pledge()-style sandboxing. PR: 265528 Differential Revision: https://reviews.freebsd.org/D51612
23 lines
212 B
Makefile
23 lines
212 B
Makefile
SUBDIR = \
|
|
hid \
|
|
hidbus \
|
|
hidmap \
|
|
hidquirk \
|
|
hidraw
|
|
|
|
SUBDIR += \
|
|
bcm5974 \
|
|
hconf \
|
|
hcons \
|
|
hgame \
|
|
hkbd \
|
|
hms \
|
|
hmt \
|
|
hpen \
|
|
hsctrl \
|
|
ietp \
|
|
ps4dshock \
|
|
u2f \
|
|
xb360gp
|
|
|
|
.include <bsd.subdir.mk>
|