feat(E21-S3): Daemon enrollment session state and Enroll/EnrollFinish/EnrollCancel D-Bus methods #33
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
elegos/linux-hello#33
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?
Part of EPIC-21 (#24). See LLD: docs/lld/enrollment-session.md
What
Core daemon wiring for enrollment sessions:
linux-hello-daemon/src/state.rsActiveEnrollmentstruct (authenticator, username, owner_bus_name, credential Arc, task_handle)active_sessions: HashMap<String, ActiveEnrollment>toAppStatelinux-hello-daemon/src/dbus.rsenroll(authenticator, username) → session_id:ProviderEnrollment::enroll_sessionenroll_finish(session_id) → bool:enroll_cancel(session_id) → ():emit_signalcrates/linux-hello-ipc/src/dbus/proxy.rsDependencies