8000 Releases · x0rw/restrict · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: x0rw/restrict

v0.1.4

09 May 12:30
Compare
Choose a tag to compare
  • Add Syscall tracing fn trace<T>(&mut self, syscall: Syscall, tracer: T) -> Result<&mut Self, SeccompError> where T: Fn(Syscall) -> TraceAction + 'static,
  • Example tracing usage
  • Low level Ptrace wrapper

v0.1.3

06 May 13:17
Compare
Choose a tag to compare

New fail_with(Syscall, errno) feature, that fails a syscall with a custom error number.

v0.1.2

03 May 20:38
Compare
Choose a tag to compare

Fixing issues, improved documentation and readme.md

0