graftcp v0.6.1
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], ...)