//! Secure Tier-1 remote exec over signed/encrypted gossip DM.
//!
//! This module deliberately implements a constrained, non-interactive exec
//! primitive. It is not an SSH replacement: commands are matched against a
//! restart-loaded argv allowlist, no shell is ever invoked, and requesters are
//! gated by the signed x0x `(AgentId, MachineId)` identity pair.
pub use ;
pub use ;
pub use ;
pub use ;