mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 16:17:32 +00:00
update(docs): properly document new option in config file.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
bf5e340833
commit
f8f7e73a7f
@ -170,6 +170,10 @@ syscall_event_drops:
|
|||||||
syscall_event_timeouts:
|
syscall_event_timeouts:
|
||||||
max_consecutives: 1000
|
max_consecutives: 1000
|
||||||
|
|
||||||
|
# Enabling this option allows Falco to drop failed syscalls exit events.
|
||||||
|
# This can enable some small optimization both in CPU usage and ring buffer usage,
|
||||||
|
# possibly leading to lower number of event losses.
|
||||||
|
# Be careful: enabling it also means losing a bit of visibility on the system.
|
||||||
syscall_drop_failed: false
|
syscall_drop_failed: false
|
||||||
|
|
||||||
# --- [Description]
|
# --- [Description]
|
||||||
|
Loading…
Reference in New Issue
Block a user