Documentation ¶
Index ¶
Constants ¶
View Source
const BPF_MOD = 0x90
BPF_MOD is BPF_MOD - it is supported in Linux from v3.7+, but not in go's syscall...
View Source
const BPF_XOR = 0xa0
BPF_XOR is BPF_XOR - it is supported in Linux from v3.7+, but not in go's syscall...
Variables ¶
This section is empty.
Functions ¶
func Emulate ¶
func Emulate(d data.SeccompWorkingMemory, filters []unix.SockFilter) uint32
Emulate will execute a seccomp filter program against the given working memory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.