# Packages
Package process implements a process sandboxing mechanism.
# Functions
DefaultGetSandboxConfig is the default function for generating sandbox configuration.
NewProvisioner creates a new runtime provisioner that uses a local process sandbox.
NewUnixSocketConnector returns a new UNIX socket connector.
# Structs
Config contains the sandbox provisioner configuration options.
HostInitializerParams contains parameters for the HostInitializer function.
UnixSocketConnector is a runtime connector that uses a UNIX socket to communicate with the runtime.
# Interfaces
Connector is the runtime connection establishment interface.
# Type aliases
ConnectorFactoryFunc is the runtime connector factory function.
GetSandboxConfigFunc is the function used to generate the sandbox configuration.