Affected by GO-2022-0390
and 1 other vulnerabilities
GO-2022-0390: Moby (Docker Engine) started with non-empty inheritable Linux process capabilities in github.com/docker/docker
GO-2024-2914: Moby (Docker Engine) is vulnerable to Ambiguous OCI manifest parsing in github.com/docker/docker
package
Version:
v1.8.3
Opens a new window with list of versions in this module.
Published: Oct 12, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
SysInfo stores information about which features a kernel supports.
Documentation
¶
type SysInfo struct {
AppArmor bool
IPv4ForwardingDisabled bool
BridgeNfCallIptablesDisabled bool
BridgeNfCallIp6tablesDisabled bool
CgroupDevicesEnabled bool
}
SysInfo stores information about which features a kernel supports.
TODO Windows: Factor out platform specific capabilities.
New returns a new SysInfo, using the filesystem to detect which features the kernel supports.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.