# Constants
Allow the syscall to be completed.
No description provided by the author
No description provided by the author
Kill the calling process of the syscall.
No description provided by the author
No description provided by the author
No description provided by the author
Trap and coredump the calling process of the syscall.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Arg represents an argument to the syscall with the argument's index, the operator to apply when matching, and the argument's value at that time.
Context holds syscalls for the current process to limit the type of actions the calling process can make.
Syscall is the specified syscall, action, and any type of arguments to filter on.