mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-17 00:01:52 +00:00
Allow writes to /etc/motd
These files are relatively innocuous.
This commit is contained in:
parent
a0e88417fc
commit
09748fcbb3
@ -440,7 +440,7 @@
|
|||||||
qualys-cloud-ag, locales.postins, nomachine_binaries)
|
qualys-cloud-ag, locales.postins, nomachine_binaries)
|
||||||
and not proc.pname in (sysdigcloud_binaries, sendmail_config_binaries, hddtemp.postins)
|
and not proc.pname in (sysdigcloud_binaries, sendmail_config_binaries, hddtemp.postins)
|
||||||
and not fd.name pmatch (safe_etc_dirs)
|
and not fd.name pmatch (safe_etc_dirs)
|
||||||
and not fd.name in (/etc/container_environment.sh, /etc/container_environment.json)
|
and not fd.name in (/etc/container_environment.sh, /etc/container_environment.json, /etc/motd, /etc/motd.svc)
|
||||||
and not ansible_running_python
|
and not ansible_running_python
|
||||||
and not python_running_denyhosts
|
and not python_running_denyhosts
|
||||||
and not fluentd_writing_conf_files
|
and not fluentd_writing_conf_files
|
||||||
|
Loading…
Reference in New Issue
Block a user