Files
libfprint/libfprint/libfprint.ver
T
Marco Trevisan (Treviño) 3933e5d468 fpi-device: Only use emulation mode by pre-loading a library
Rather than just do it in production if set, make it more difficult to
potentially inject the test mode.

So rely on a weak definition of fpi_device_emulation_mode_enabled() that
can be only set externally
2026-06-19 15:50:18 +02:00

8 lines
83 B
Plaintext

LIBFPRINT_2.0.0 {
global:
fp_*;
fpi_device_emulation_mode_enabled;
local:
*;
};