Skip to content

virtual-image: Add ability to toggle identification support

Some code in fprintd depends on the ability of a device to perform identification, virtual-image being an image device supports it by default, but we may need to toggle this to test some fprintd code paths.

While having a pure non-image device would be preferable, this change is small enough to be convenient for testing.

Merge request reports