Versions in this module Expand all Collapse all v1 v1.1.11 Jan 21, 2024 Changes in this version + func ClearKeepCaps() error — linux/amd64 + func Copy(dst io.Writer, src io.Reader) (copied int64, err error) — linux/amd64 + func Exec(cmd string, args []string, env []string) error — linux/amd64 + func ExecutableMemfd(comment string, flags int) (*os.File, error) — linux/amd64 + func Execv(cmd string, args []string, env []string) error — linux/amd64 + func Fexecve(fd uintptr, args []string, env []string) error — linux/amd64 + func GetSubreaper() (int, error) — linux/amd64 + func SetKeepCaps() error — linux/amd64 + func SetLinuxPersonality(personality int) error — linux/amd64 + func SetParentDeathSignal(sig uintptr) error — linux/amd64 + func SetSubreaper(i int) error — linux/amd64 + func Setctty() error — linux/amd64 + type ParentDeathSignal int — linux/amd64 + func GetParentDeathSignal() (ParentDeathSignal, error) + func (p ParentDeathSignal) Restore() error + func (p ParentDeathSignal) Set() error + type Stat_t struct + Name string + StartTime uint64 + State State + func Stat(pid int) (stat Stat_t, err error) + type State rune + const Dead + const DiskSleep + const Idle + const Parked + const Running + const Sleeping + const Stopped + const TracingStop + const Zombie + func (s State) String() string