pub fn load_config_from_string(content: &str) -> Option<SandboxRuntimeConfig>Expand description
Load and validate sandbox configuration from a string. Used for parsing config from control fd (JSON lines protocol). Returns None if the string is empty, invalid JSON, or fails validation.