From 505d47969f83460b1fd958822458dfe5d600331b Mon Sep 17 00:00:00 2001 From: Robby Cochran Date: Thu, 26 Mar 2026 07:24:15 -0700 Subject: [PATCH 1/2] X-Smart-Branch-Parent: master From ce628d19e10dddeac7ae220f17cec572613c9255 Mon Sep 17 00:00:00 2001 From: Robby Cochran Date: Thu, 26 Mar 2026 07:25:32 -0700 Subject: [PATCH 2/2] remove ref to kernel modules from readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 558300a73c..6a37d9a13d 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ and detailed references. Collector is a component of Stackrox responsible for gathering runtime data. In a few words it is an agent that runs on every node under strict performance -limitations and gathers the data via kernel modules or eBPF probes (the default -collection mode nowadays). To implement eBPF probes and collect data, the -project leverages the Falco libraries via a custom +limitations and gathers the data via eBPF probes. To implement eBPF probes and +collect data, the project leverages the Falco libraries via a custom [fork](https://github.com/stackrox/falcosecurity-libs). ## Useful links