pub(crate) fn tokio_run_command(
command: Command,
server_connection: UnixStream,
) -> Result<()>Expand description
Run the given commmand (from the client side) using Tokio.
WARNING: This function may be run with elevated privileges.
pub(crate) fn tokio_run_command(
command: Command,
server_connection: UnixStream,
) -> Result<()>Run the given commmand (from the client side) using Tokio.
WARNING: This function may be run with elevated privileges.