Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datadog-agent: add missing directory for system probe sockets (#34454)
This PR adds the required directory for the system probe agents' IPC socket files. In particular: * system probe (default: /opt/datadog-agent/run/sysprobe.sock) * security runtime agent (default: /opt/datadog-agent/run/runtime-security.sock) The /opt/datadog-agent/run directory was missing leading to the impossibility to create the IPC socket files for the system probes, for which the following error log is printed: ``` error while starting api server, exiting: error creating IPC socket: can't listen unix /opt/datadog-agent/run/sysprobe.sock: bind: no such file or directory. ``` Signed-off-by: Massimiliano Giovagnoli <[email protected]>
- Loading branch information