From e5a4fbded2c1254bf51146a5bef022527907e38c Mon Sep 17 00:00:00 2001 From: Baitinq <30861839+Baitinq@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:37:08 +0200 Subject: Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0ed209..e5b1b74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # fs-tracer -Related: https://github.com/baitinq/fs-tracer-backend +This repository contains the eBPF agent for monitoring POSIX filesystem modifications. It works in conjunction with the backend services found in [fs-tracer-backend](https://github.com/baitinq/fs-tracer-backend) and [frotend part](https://github.com/baitinq/fs-tracer-frontend) of the application. + ## Prerequisites @@ -26,3 +27,7 @@ cargo build ```bash RUST_LOG=info cargo xtask run ``` + +Related: +- https://github.com/baitinq/fs-tracer-backend +- https://github.com/baitinq/fs-tracer-frontend -- cgit 1.4.1