diff --git a/falco.yaml b/falco.yaml index d7f697dbbd7..80e84cbb838 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 ##########################