# Packages
No description provided by the author
# Functions
IsNamespaceSupported returns whether a namespace is available or not.
No description provided by the author
NewCommandHooks will execute the provided command when the hook is run.
NewFunctionHooks will call the provided function when the hook is run.
NewThrottleDevice returns a configured ThrottleDevice pointer.
NewWeightDevice returns a configured WeightDevice pointer.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
These are devices that are to be both allowed and created.
# Structs
A rule to match a specific syscall argument in Seccomp.
No description provided by the author
No description provided by the author
No description provided by the author
Config defines configuration options for executing a process inside a contained environment.
No description provided by the author
No description provided by the author
No description provided by the author
HookState is the payload provided to a hook on execution.
No description provided by the author
IDMap represents UID/GID Mappings for User Namespaces.
No description provided by the author
No description provided by the author
Namespace defines configuration for each namespace.
Network defines configuration for a container's networking stack
The network configuration can be omitted from a container causing the container to be setup with the host's networking stack.
No description provided by the author
No description provided by the author
Routes can be specified to create entries in the route table as the container is started
All of destination, source, and gateway should be either IPv4 or IPv6.
Seccomp represents syscall restrictions By default, only the native architecture of the kernel is allowed to be used for syscalls.
An rule to match a syscall in Seccomp.
ThrottleDevice struct holds a `major:minor rate_per_second` pair.
WeightDevice struct holds a `major:minor weight`|`major:minor leaf_weight` pair.
# Interfaces
No description provided by the author
# Type aliases
An action to be taken upon rule match in Seccomp.
No description provided by the author
No description provided by the author
No description provided by the author
A comparison operator to be used when matching syscall arguments in Seccomp.