package common

import "github.com/rootless-containers/rootlesskit/v2/pkg/common"

Index

Functions

func Execs

func Execs(o io.Writer, env []string, cmds [][]string) error

func GetExecExitStatus

func GetExecExitStatus(err error) (int, bool)

func Seq

func Seq(fns []func() error) func() error

Types

type ErrorWithSys

type ErrorWithSys interface {
	error
	Sys() interface{}
}

ErrorWithSys is implemented by *exec.ExitError and *child.reaperErr

Source Files

common.go exec.go

Version
v2.3.4 (latest)
Published
Mar 10, 2025
Platform
linux/amd64
Imports
5 packages
Last checked
3 weeks ago

Tools for package owners.