Skip to main content

Crate microsandbox_agentd

Crate microsandbox_agentd 

Source
Expand description

microsandbox-agentd is the PID 1 init process and agent daemon that runs inside the microVM guest.

Modules§

agent
Main agent loop: serial I/O, session management, heartbeat.
clock
Guest clock utilities for boot timing measurement.
fs
Guest-side filesystem operation handlers.
heartbeat
Periodic heartbeat writer for the guest agent.
init
PID 1 init: mount filesystems, apply tmpfs mounts, prepare runtime directories.
network
Guest-side network configuration from MSB_NET* environment variables.
serial
Virtio serial port discovery.
session
Exec session management: spawning processes with PTY or pipe I/O.
tls
Guest-side CA certificate installation for TLS interception.

Enums§

AgentdError
Errors that can occur during agent daemon operations.

Type Aliases§

AgentdResult
The result type for agentd operations.