Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + func Arch() string + func GetMountPoint(path string) (*mountinfo.Info, error) — linux/amd64 + func IsDebugFSMounted() (bool, error) — linux/amd64 + func IsIPv6Enabled() bool + func MountInfoPidPath(pid int32) string — linux/amd64 + func ParseMountInfoFile(pid int32) ([]*mountinfo.Info, error) — linux/amd64 + type HeaderFetchResult int — linux/amd64 + const NotAttempted + func GetKernelHeaders(headerDirs []string, ...) ([]string, HeaderFetchResult, error) + type LockdownMode string — linux/amd64 + const Confidentiality + const Integrity + const None + const Unknown + func GetLockdownMode() LockdownMode + type Version uint32 — linux/amd64 + func HostVersion() (Version, error) + func ParseVersion(s string) Version + func VersionCode(major, minor, patch byte) Version + func (v Version) String() string