Skip to content

Add ability to remove a single finger print via fprintd-delete and improve utils testing

Marco Trevisan requested to merge 3v1n0/fprintd:delete-single-finger-tool into master

Each user can now be followed by an -f/--finger parameter that when available will be used to delete a single fingerprint for the user.

Add more testing to the utilities using the real daemon, via the new storage device API. Some cleanups and error handling.

Also Throw NoEnrolledPrints error when there are no prints to delete.

Merge request reports