Categorygithub.com/opcoder0/capabilities
modulepackage
0.0.0-20221223031202-07073d7b7ca0
Repository: https://github.com/opcoder0/capabilities.git
Documentation: pkg.go.dev

# Functions

Init sets a capability state pointer to the initial capability state.

# Constants

Ambient set of capabilities that are preserved across an execve(2) of a program that is not privileged.
Bounding is a mechanism that can be used to limit the capabilities that are gained during execve(2).
Effective is the set of capabilities used by the kernel to perform permission checks for the thread.
Inheritable is the set of capabilities preserved across an execve(2).
Permitted is the limiting superset for the effective capabilities that the thread may assume.

# Structs

Capabilities holds the capabilities header and data.

# Type aliases

CapabilitySet holds one of the 4 capability set types.