VM confinement settings from the [jails] table — config.toml-only because
the setuid helper enforces the same uid_gid_range it reads from this file.
Summary
Functions
Parent cgroup for every VM cgroup. [jails] cgroup, default "hyper".
UID/GID allocation band each VM jail draws from ([jails] uid_gid_range, a
required [min, max] integer array). Raises Hyper.Cfg.MissingError when it
is unset, and ArgumentError when it is not a pair of integers — a bogus band
must never silently confine a VM.
Functions
@spec cgroup() :: String.t()
Parent cgroup for every VM cgroup. [jails] cgroup, default "hyper".
UID/GID allocation band each VM jail draws from ([jails] uid_gid_range, a
required [min, max] integer array). Raises Hyper.Cfg.MissingError when it
is unset, and ArgumentError when it is not a pair of integers — a bogus band
must never silently confine a VM.