Documentation ¶
Overview ¶
Package filter installs seccomp filters to prevent prohibited syscalls in case it's compromised.
Index ¶
Constants ¶
View Source
const PrecompilationDisabledAtBuildTime = true
PrecompilationDisabledAtBuildTime is a constant that is used to indicate that precompilation was disabled at build time.
Variables ¶
This section is empty.
Functions ¶
func GetPrecompiled ¶
func GetPrecompiled(programName string) (precompiledseccomp.Program, bool)
GetPrecompiled returns the precompiled program for the given name, and whether that program name exists.
func ListPrecompiled ¶
func ListPrecompiled() []string
ListPrecompiled returns a list of all registered program names.
Types ¶
Click to show internal directories.
Click to hide internal directories.