Documentation
¶
Index ¶
- Constants
- func IsPolicyCompatibilityError(err error) bool
- func NewCoreTools(host Host, toolsBinDir, projectRoot string) []tools.Tool
- type DirEntry
- type ExecOptions
- type ExecResult
- type Factory
- type FilesystemPolicy
- type Host
- type NetworkMode
- type NetworkPolicy
- type Policy
- type PolicyCompatibilityError
- type ProcessHandle
- type ProcessRequest
- type Registry
- type Session
Constants ¶
View Source
const ( NetworkDisabled = sandboxpkg.NetworkDisabled NetworkAllowAll = sandboxpkg.NetworkAllowAll )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DirEntry ¶
type DirEntry = sandboxpkg.DirEntry
type ExecOptions ¶
type ExecOptions = sandboxpkg.ExecOptions
type ExecResult ¶
type ExecResult = sandboxpkg.ExecResult
type Factory ¶
type Factory = sandboxpkg.Factory
type FilesystemPolicy ¶
type FilesystemPolicy = sandboxpkg.FilesystemPolicy
type Host ¶
type Host = sandboxpkg.Host
type NetworkMode ¶
type NetworkMode = sandboxpkg.NetworkMode
type NetworkPolicy ¶
type NetworkPolicy = sandboxpkg.NetworkPolicy
type Policy ¶
type Policy = sandboxpkg.Policy
type PolicyCompatibilityError ¶
type PolicyCompatibilityError = sandboxpkg.PolicyCompatibilityError
type ProcessHandle ¶
type ProcessHandle = sandboxpkg.ProcessHandle
type ProcessRequest ¶
type ProcessRequest = sandboxpkg.ProcessRequest
type Registry ¶
type Registry = sandboxpkg.Registry
func DefaultRegistry ¶
func DefaultRegistry() *Registry
func GlobalRegistry ¶
func GlobalRegistry() *Registry
func NewRegistry ¶
func NewRegistry() *Registry
Click to show internal directories.
Click to hide internal directories.