pub const ENV_HOSTNAME: &str = "MSB_HOSTNAME";Expand description
Environment variable carrying the guest hostname for agentd.
Format: bare string
Example:
MSB_HOSTNAME=worker-01
agentd calls sethostname() and adds the name to /etc/hosts.
Defaults to a sandbox-name-derived hostname when not explicitly set.