Documentation
¶
Overview ¶
Package linux implements the HostProvider and ProcessProvider interfaces for providing information about Linux.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Architecture ¶
func Architecture() (string, error)
func IsContainerized ¶
func IsContainerized() (bool, error)
IsContainerized returns true if this process is containerized.
func KernelVersion ¶
func KernelVersion() (string, error)
func OperatingSystem ¶
func OperatingSystem() (*types.OSInfo, error)
Types ¶
type SeccompMode ¶
type SeccompMode uint8
const (
SeccompModeDisabled SeccompMode = iota
SeccompModeStrict
SeccompModeFilter
)
Click to show internal directories.
Click to hide internal directories.