From 9f9199bd6911a079df4a8bdf4cbf62bb9d458254 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 15 Jan 2025 17:23:04 +0100 Subject: [PATCH] chore(docs): update `plugins_hostinfo` config file comment. Signed-off-by: Federico Di Pierro --- falco.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/falco.yaml b/falco.yaml index d7f697db..80e84cbb 100644 --- a/falco.yaml +++ b/falco.yaml @@ -480,9 +480,12 @@ plugins: - name: json library_path: libjson.so +# [Sandbox] `plugins_hostinfo` +# # Uncomment to disable host info support for source plugins -# that DO NOT generate raw events from the libscap event table, -# dropping the `hostPath` volume requirement for them. +# that DO NOT generate raw events from the libscap event table +# or for plugins that DO NOT parse raw events generated by drivers, +# effectively dropping the `hostPath` volume requirement for them. # plugins_hostinfo: false ##########################