Module server

Module server 

Source
Expand description

Unix socket control server — runs inside the daemon. Each CLI invocation connects, sends one JSON request, reads one JSON response, then closes the connection.

Structs§

DaemonState
Shared daemon state accessible from the control server.

Functions§

load_cek_hints
Load persisted CEK hints from cek_hints.json.
run_control_server
Accept connections on the Unix socket and dispatch requests.