Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + func ExpectedDriverChecksum(version DriverVersion) (string, bool) + func Filters() seccomp.SyscallRules + func ForEachSupportDriver(f func(version DriverVersion, checksum string)) + func HostDriverVersion() (string, error) + func Init() + func Register(vfsObj *vfs.VirtualFilesystem, versionStr string, uvmDevMajor uint32) error + func SupportedIoctls(version DriverVersion) (frontendIoctls map[uint32]struct{}, uvmIoctls map[uint32]struct{}, ...) + type DriverVersion struct + func DriverVersionFrom(version string) (DriverVersion, error) + func LatestDriver() DriverVersion + func NewDriverVersion(major, minor, patch int) DriverVersion + func (v DriverVersion) Equals(other DriverVersion) bool + func (v DriverVersion) String() string