Skip to main content

Module superuser

Module superuser 

Source
Expand description

Administrative RPC functionality.

In general, RPC function is “administrative”, and requires superuser access, whenever it can affect other applications.

This is not a perfect sandbox: applications can always interfere with one another’s traffic by consuming resources (like bandwidth or CPU) in a way that introduces side channels.

Structs§

EnterDormantMode 🔒
Enter “dormant mode”.
RpcSuperuser 🔒
An object representing superuser access to Arti over an RPC session.

Functions§

enter_dormant_mode_on_rpcsuperuser 🔒
Implementation for EnterDormantMode on RpcSuperuser.