Crate zonename

source ·
Expand description

rust-zonename

The rust-zonename crate provides a rust abstraction over the illumos getzoneid, getzoneidbyname, and getzonenamebyid C library functions.

Constants

Max length of a zone name.

Functions

Returns the zone ID of the calling process.
Returns the zone ID corresponding to the named zone.
Returns the current zones name for the calling process.
Returns the zone name for the corresponding zone ID.