package
1.0.0-rc6
Repository: https://github.com/nestybox/sysbox-runc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

IsNamespaceSupported returns whether a namespace is available or not.
No description provided by the author
NewCommandHook will execute the provided command when the hook is run.
NewFunctionHook will call the provided function when the hook is run.
NewThrottleDevice returns a configured ThrottleDevice pointer.
NewWeightDevice returns a configured WeightDevice pointer.
NsName converts the namespace type to its filename.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
EXT_COPYUP is a directive to copy up the contents of a directory when a tmpfs is mounted over it.
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
DefaultSimpleDevices are devices that are to be both allowed and created.

# Structs

Arg is 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
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
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
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.
Syscall is a 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

Action is taken upon rule match in Seccomp.
No description provided by the author
No description provided by the author
No description provided by the author
Operator is a comparison operator to be used when matching syscall arguments in Seccomp.