Skip to content

Load executable pages into anonymous memory

Benjamin Berg requested to merge benzea/separate-physical-pages into master

The idea is that this prevents side-channel attacks on the image analysis algorithm as it prevents other executables on the same system that have libfprint loaded to cache-evict the pages.

Unfortunately, this kind of work around requires extra privileges for the process. As such, it might not be a desirable solution.

Merge request reports