syscall_unotify_tracer This code is a proof-of-concept implementation of a tracer based on seccomp_unotify It implements the guardian angels feature To compile the code you can use: gcc -ggdb -o sunvu_tracer sunvu_tracer.c sunvu_angels.c vu_seccomp.c -lseccomp