Versions in this module Expand all Collapse all v1 v1.1.11 Jan 21, 2024 Changes in this version + var ErrNoDmzBinary = errors.New("runc-dmz binary not embedded in this program") + func Binary(_ string) (*os.File, error) — darwin/amd64, js/wasm, windows/amd64 + func Binary(tmpDir string) (*os.File, error) — linux/amd64 + func CloneBinary(src io.Reader, size int64, name, tmpDir string) (*os.File, error) — linux/amd64 + func CloneSelfExe(tmpDir string) (*os.File, error) — linux/amd64 + func IsCloned(exe *os.File) bool — linux/amd64 + func IsSelfExeCloned() bool — linux/amd64 + func WorksWithSELinux(*configs.Config) bool — darwin/amd64, js/wasm, windows/amd64 + func WorksWithSELinux(c *configs.Config) bool — linux/amd64 + type SealFunc func(**os.File) error — linux/amd64 + func Memfd(comment string) (*os.File, SealFunc, error)