mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-19 00:19:17 +00:00
Allow writes below /etc/nginx/conf.d
The nginx docker hub container will write below that directory at startup.
This commit is contained in:
@@ -345,7 +345,7 @@
|
||||
debconf-show, rollerd, bind9.postinst, sv,
|
||||
gen_resolvconf., update-ca-certi, certbot)
|
||||
and not proc.pname in (sysdigcloud_binaries)
|
||||
and not fd.directory in (/etc/cassandra, /etc/ssl/certs/java, /etc/logstash)
|
||||
and not fd.directory in (/etc/cassandra, /etc/ssl/certs/java, /etc/logstash, /etc/nginx/conf.d)
|
||||
and not ansible_running_python
|
||||
and not python_running_denyhosts
|
||||
|
||||
|
Reference in New Issue
Block a user