8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
8357970
fn trace<T>(&mut self, syscall: Syscall, tracer: T) -> Result<&mut Self, SeccompError> where T: Fn(Syscall) -> TraceAction + 'static,
5db0fe2
New fail_with(Syscall, errno) feature, that fails a syscall with a custom error number.
10493dc
Fixing issues, improved documentation and readme.md