mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 14:37:49 +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
|
||||
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
|
||||
|
||||
##########################
|
||||
|
Loading…
Reference in New Issue
Block a user