Skip to content

feat: Add 5 new system/security tracers - #20

Merged
Judeadeniji merged 1 commit into
mainfrom
feat-new-tracers
Jul 26, 2026
Merged

Judeadeniji merged 1 commit into
mainfrom
feat-new-tracers

Conversation

@Judeadeniji

Copy link
Copy Markdown
Owner

Adds 5 highly-requested system and security tracers to bpflite:

  • unlink: Trace file deletions
  • mount: Trace filesystem mounts
  • setuid: Trace privilege escalations (sys_enter_setuid)
  • bpf: Trace when other eBPF programs are loaded
  • module: Trace when kernel modules are loaded

Fully wired into the DB schema, CLI (e.g. bpflite trace unlink), and the TUI with 5 new scrollable tabs!

@Judeadeniji
Judeadeniji merged commit d1042fb into main Jul 26, 2026
1 check failed
@Judeadeniji
Judeadeniji deleted the feat-new-tracers branch July 26, 2026 05:12
@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Judeadeniji, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 26 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b3c7658c-6adc-4dbd-a70d-b379646892cd

📥 Commits

Reviewing files that changed from the base of the PR and between c533232 and e5e4df4.

⛔ Files ignored due to path filters (2)
  • bpf/probe_bpfeb.o is excluded by !**/*.o
  • bpf/probe_bpfel.o is excluded by !**/*.o
📒 Files selected for processing (27)
  • .github/workflows/build.yml
  • bpf/probe.bpf.c
  • bpf/probe_bpfeb.go
  • bpf/probe_bpfel.go
  • bpf/trace_bpf.bpf.h
  • bpf/trace_module.bpf.h
  • bpf/trace_mount.bpf.h
  • bpf/trace_setuid.bpf.h
  • bpf/trace_unlink.bpf.h
  • bpf/types.bpf.h
  • cmd/bpflite/main.go
  • internal/db/bpf.go
  • internal/db/db.go
  • internal/db/module.go
  • internal/db/mount.go
  • internal/db/setuid.go
  • internal/db/unlink.go
  • internal/event/bpf.go
  • internal/event/event.go
  • internal/event/module.go
  • internal/event/mount.go
  • internal/event/setuid.go
  • internal/event/types.go
  • internal/event/unlink.go
  • internal/loader/loader.go
  • internal/ui/tui.go
  • test.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat-new-tracers

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant