mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 13:00:08 +00:00
In test mode, dynamically load libraries in well known locations that can allow to override the libfprint behavior. It would still be possible to potentially inject code by replicating the distro build directory and adding a library there, but if one is able to access there, they would already be able to access any path. Plus the env variable check is still there, so again they would need to be able to change the fprintd environment
7 lines
47 B
Plaintext
7 lines
47 B
Plaintext
LIBFPRINT_2.0.0 {
|
|
global:
|
|
fp_*;
|
|
local:
|
|
*;
|
|
};
|