An experimental backend for watcher
which
- Uses BPF to track filesystem events. This gives us more control over what is reported.
- Exposes a socket to read filesystem events off. This makes reuse of the BPF programs more accessible to other programs.