mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-29 16:17:32 +00:00
Add /etc/hrmconfig as a safe directory.
Used by docker swarm http routing mesh.
This commit is contained in:
parent
823c105f54
commit
08afb75009
@ -426,7 +426,7 @@
|
|||||||
tags: [filesystem]
|
tags: [filesystem]
|
||||||
|
|
||||||
- list: safe_etc_dirs
|
- list: safe_etc_dirs
|
||||||
items: [/etc/cassandra, /etc/ssl/certs/java, /etc/logstash, /etc/nginx/conf.d, /etc/container_environment]
|
items: [/etc/cassandra, /etc/ssl/certs/java, /etc/logstash, /etc/nginx/conf.d, /etc/container_environment, /etc/hrmconfig]
|
||||||
|
|
||||||
- macro: fluentd_writing_conf_files
|
- macro: fluentd_writing_conf_files
|
||||||
condition: (proc.name=start-fluentd and fd.name in (/etc/fluent/fluent.conf, /etc/td-agent/td-agent.conf))
|
condition: (proc.name=start-fluentd and fd.name in (/etc/fluent/fluent.conf, /etc/td-agent/td-agent.conf))
|
||||||
|
Loading…
Reference in New Issue
Block a user