[EPIC-21] Daemon enrollment session management for biometric factors #24
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
elegos/linux-hello#24
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The D-Bus methods
Enroll,EnrollFinish, andEnrollCancelcurrently returnNotSupported(seecrates/linux-hello-daemon/src/dbus.rs:61–83). The enrollment UI (linux-hello-enroll) is fully implemented and calls these methods — but hits daemon stubs at runtime for all session-based factors (face, fingerprint, FIDO2).What needs to be implemented
HashMap<Uuid, EnrollSession>in daemon state)ProviderEnrollmenttrait inlinux-hello-corewithbegin / finalize / cancellinux-hello-face,linux-hello-fido2,linux-hello-fingerprintEnrollStep,EnrollPoseRequired,EnrollFrame,EnrollPoseCaptured,EnrollPoseRetry,EnrollComplete,EnrollError,SubmitEnrollDatamethodenroll-self,enroll-otherDesign
HLD:
docs/lld/enrollment-session.mdBefore implementation, write the full LLD and update
docs/ARCHITECTURE.mdimplementation status in the dependency graph.