Sys.Linux.Subid.Spec (Hyper v0.1.0)

Copy Markdown View Source

A subordinate id range - one /etc/subuid or /etc/subgid entry.

Summary

Types

t()

@type t() :: %Sys.Linux.Subid.Spec{
  max_id: integer(),
  min_id: integer(),
  name: String.t()
}