Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2016 Changes in this version + func ClearKeepCaps() error — linux/amd64 + func Execv(cmd string, args []string, env []string) error — linux/amd64 + func GetClockTicks() int — linux/amd64, windows/amd64 + func GetProcessStartTime(pid int) (string, error) + func Lgetxattr(path string, attr string) ([]byte, error) — linux/amd64 + func Llistxattr(path string, dest []byte) (size int, err error) — linux/amd64 + func Lsetxattr(path string, attr string, data []byte, flags int) error — linux/amd64 + func SetKeepCaps() error — linux/amd64 + func SetParentDeathSignal(sig uintptr) error — linux/amd64 + func Setctty() error — linux/amd64 + func Setgid(gid int) (err error) — linux/amd64 + func Setns(fd uintptr, flags uintptr) error — linux/amd64 + func Setuid(uid int) (err error) — linux/amd64 + func SysSetns() uint32 — linux/amd64 + type ParentDeathSignal int — linux/amd64 + func GetParentDeathSignal() (ParentDeathSignal, error) + func (p ParentDeathSignal) Restore() error + func (p ParentDeathSignal) Set() error