Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SysInfo ¶
type SysInfo struct {
// Whether the kernel supports AppArmor or not
AppArmor bool
// Whether IPv4 forwarding is supported or not, if this was disabled, networking will not work
IPv4ForwardingDisabled bool
// Whether bridge-nf-call-iptables is supported or not
BridgeNfCallIptablesDisabled bool
// Whether bridge-nf-call-ip6tables is supported or not
BridgeNfCallIP6tablesDisabled bool
// Whether the cgroup has the mountpoint of "devices" or not
CgroupDevicesEnabled bool
// contains filtered or unexported fields
}
SysInfo stores information about which features a kernel supports. TODO Windows: Factor out platform specific capabilities.
Click to show internal directories.
Click to hide internal directories.