pub const FLAG_SHUTDOWN: u8 = 0b0000_0100;Expand description
Frame flag: this message requests sandbox shutdown.
Set on Shutdown messages. The sandbox-process relay uses this to trigger
drain escalation (SIGTERM → SIGKILL) if the guest doesn’t exit voluntarily.