filter

package
v0.0.0-...-957f62e Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2023 License: Apache-2.0, MIT Imports: 10 Imported by: 0

Documentation

Overview

Package filter defines all syscalls the sandbox is allowed to make to the host, and installs seccomp filters to prevent prohibited syscalls in case it's compromised.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Install

func Install(opt Options) error

Install seccomp filters based on the given platform.

func Report

func Report(msg string)

Report writes a warning message to the log.

func Rules

Rules returns the seccomp (rules, denyRules) to use for the Sentry.

Types

type Options

type Options struct {
	Platform              platform.Platform
	HostNetwork           bool
	HostNetworkRawSockets bool
	HostFilesystem        bool
	ProfileEnable         bool
	NVProxy               bool
	TPUProxy              bool
	ControllerFD          int
}

Options are seccomp filter related options.

Jump to

Keyboard shortcuts

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