This folder contains a simple DBus service capable of launching and managing tudor_host processes. This is necessary because fprintd is sandboxed in such a way that the host's own sandbox fails to properly initialize. Because the host launcher is outside of this sandbox (it does still employ systemd unit sandboxing, but only to the extend possible when maintaining the host's functionality), it can properly launch these host processes, and because it provides its services using the DBus, the libfprint-tod module can interact with it and take over IPC once the process has been started.
TODO