Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 298 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 298 Bytes

Filesystem events on Linux through BPF

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.