mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-06 19:29:09 +00:00
chore(userspace/falco): fix misleading content
Co-authored-by: Federico Di Pierro <nierro92@gmail.com> Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
8f4b7324ad
commit
ba8e9af22d
@ -190,7 +190,7 @@ falco::app::run_result falco::app::actions::init_inspectors(falco::app::state& s
|
||||
|
||||
// in live mode, each inspector should have registered at most two event sources:
|
||||
// the "syscall" on, loaded at default at index 0, and optionally another
|
||||
// one defined by a plugin, at index 0
|
||||
// one defined by a plugin, at index 1
|
||||
if (!s.is_capture_mode())
|
||||
{
|
||||
const auto& sources = src_info->inspector->event_sources();
|
||||
|
Loading…
Reference in New Issue
Block a user