Documentation
¶
Overview ¶
Package seccomp provides a generated filter format for seccomp filter
Index ¶
Constants ¶
View Source
const ( MsgDisallow int16 = iota + 1 MsgHandle )
MsgDisallow, Msghandle defines the action needed when trapped by seccomp filter
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action uint32
Action is seccomp trap action
Action defines seccomp action to the syscall default value 0 is invalid
func (Action) WithReturnCode ¶
WithReturnCode set the return code when action is trace or ban
Directories
¶
Path | Synopsis |
---|---|
Package libseccomp provides a wrapper for "github.com/seccomp/libseccomp-golang"
|
Package libseccomp provides a wrapper for "github.com/seccomp/libseccomp-golang" |
Click to show internal directories.
Click to hide internal directories.