pub fn attach_audit_trail(bus: &EventBus, audit: Arc<AuditTrail>)Expand description
Subscribe the audit trail to all kernel events.
The bus is broadcast-based; this spawns a long-running task that forwards every event into the audit trail as a structured entry. Lagged subscribers are logged and recovered.