mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 06:29:47 +00:00
Let /etc/locale.gen be written
/etc/locale.gen isn't super critical, so let it be written.
This commit is contained in:
parent
75a44a67f9
commit
57c1b33562
@ -395,7 +395,7 @@
|
||||
qualys-cloud-ag)
|
||||
and not proc.pname in (sysdigcloud_binaries, sendmail_config_binaries)
|
||||
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/local.gen)
|
||||
and not ansible_running_python
|
||||
and not python_running_denyhosts
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user