Documentation ¶
Overview ¶
Package isolate provides a safe sandbox on Linux using the "isolate" program.
The use of this sandbox requires "isolate" (https://github.com/ioi/isolate) to be installed and callable from $PATH.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Meta ¶
Meta is a meta-file parser.
func ReadMetaFile ¶
ReadMetaFile reads a meta-file and returns a parser ready to parse.
type Sandbox ¶
type Sandbox struct {
// contains filtered or unexported fields
}
Sandbox implements worker.Sandbox.
func (*Sandbox) Run ¶
func (s *Sandbox) Run(input *worker.SandboxInput) (*worker.SandboxOutput, error)
Run implements Sandbox.Run.
Click to show internal directories.
Click to hide internal directories.