Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 433 Bytes

File metadata and controls

19 lines (12 loc) · 433 Bytes

File Dependency Tracing

fstrace utilizes several eBPF programs hooked onto system call entry tracepoints to report event information to the userspace-side application so that a command's read and write dependencies can be determined.

Instructions

cargo build -r
sudo ./install.sh # installs to /usr/local/bin as setuid
fstrace install # to install the ebpf programs and maps

Note

io_uring is not handled