Skip to content

graftcp v0.6.1

Compare
Choose a tag to compare
@hmgle hmgle released this 17 Jun 04:14
· 53 commits to master since this release

Noteworthy changes in graftcp v0.6.1 (2023-06-17)

Implemented seccomp-bpf to avoid tracking irrelevant syscall, only these syscalls will be traced:

  • close(...),
  • socket([AF_INET | AF_INET6], SOCK_STREAM, ...),
  • connect(...),
  • clone([CLONE_UNTRACED], ...)