mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-06 08:43:40 +00:00
chore(docs): update plugins_hostinfo
config file comment.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
f23e44fcab
commit
9f9199bd69
@ -480,9 +480,12 @@ plugins:
|
|||||||
- name: json
|
- name: json
|
||||||
library_path: libjson.so
|
library_path: libjson.so
|
||||||
|
|
||||||
|
# [Sandbox] `plugins_hostinfo`
|
||||||
|
#
|
||||||
# Uncomment to disable host info support for source plugins
|
# Uncomment to disable host info support for source plugins
|
||||||
# that DO NOT generate raw events from the libscap event table,
|
# that DO NOT generate raw events from the libscap event table
|
||||||
# dropping the `hostPath` volume requirement for them.
|
# or for plugins that DO NOT parse raw events generated by drivers,
|
||||||
|
# effectively dropping the `hostPath` volume requirement for them.
|
||||||
# plugins_hostinfo: false
|
# plugins_hostinfo: false
|
||||||
|
|
||||||
##########################
|
##########################
|
||||||
|
Loading…
Reference in New Issue
Block a user