Hacker News new | ask | show | jobs
by khc 1818 days ago
note that LD_PRELOAD doesn't work for things written in Go because they have their make their own syscalls instead of going through glibc
1 comments

Seccomp bpf would work as an alternative in this case: https://www.kernel.org/doc/html/latest/userspace-api/seccomp...