pub fn generate_bwrap_command(
command: &str,
config: &SandboxRuntimeConfig,
cwd: &Path,
http_socket_path: Option<&str>,
socks_socket_path: Option<&str>,
http_proxy_port: u16,
socks_proxy_port: u16,
shell: Option<&str>,
) -> Result<(String, Vec<String>), SandboxError>Expand description
Generate the bubblewrap command for sandboxed execution.