watcher
watcher copied to clipboard
Watch proc with ebpf
One of the only filesystems we can't watch is the virtual /proc
filesystem on Linux.
There is a way to create an ebpf program for the kernel to run which lets us know about modification events on those paths.
https://github.com/e-dant/watcher-bpf-experimental