Documentation ¶
Overview ¶
Package config holds config related files
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // SocketPath is the path to the socket that is used to communicate with the security agent and process agent SocketPath string // EventServerBurst defines the maximum burst of events that can be sent over the grpc server EventServerBurst int // ProcessConsumerEnabled defines if the process-agent wants to receive kernel events ProcessConsumerEnabled bool EnvVarsResolutionEnabled bool }
Config defines the config
Click to show internal directories.
Click to hide internal directories.