local

package
v0.28.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2026 License: AGPL-3.0, AGPL-3.0-or-later Imports: 15 Imported by: 0

Documentation

Overview

Hardening layers applied: process-group isolation on Unix, rlimits on Linux, bwrap filesystem/network isolation on Linux, macOS Seatbelt (sandbox-exec) filesystem and network isolation on macOS. Use the docker backend when full container isolation is required.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFactory

func NewFactory() sandboxpkg.Factory

NewFactory returns a Factory for the local backend.

Types

type Factory

type Factory struct{}

Factory creates local sandbox sessions that run directly on the host OS.

func (*Factory) Available

func (f *Factory) Available() bool

Available always returns true — the local backend has no external dependencies.

func (*Factory) CreateSession

func (f *Factory) CreateSession(_ context.Context, policy sandboxpkg.Policy) (sandboxpkg.Session, error)

CreateSession creates a new localSession.

func (*Factory) Name

func (f *Factory) Name() string

Name returns the backend name.

func (*Factory) Supported

func (f *Factory) Supported(_ sandboxpkg.Policy) error

Supported returns an error if platform sandbox requirements are not met.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL