mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-26 12:48:51 +00:00
fix: update rule description
Signed-off-by: stevenshuang <stevenshuang521@gmail.com>
This commit is contained in:
@@ -830,7 +830,7 @@
|
|||||||
condition: (never_true)
|
condition: (never_true)
|
||||||
|
|
||||||
- rule: Write below monitored dir
|
- rule: Write below monitored dir
|
||||||
desc: an attempt to write to any file below a set of binary directories
|
desc: an attempt to write to any file below a set of monitored directories
|
||||||
condition: >
|
condition: >
|
||||||
evt.dir = < and open_write and monitored_dir
|
evt.dir = < and open_write and monitored_dir
|
||||||
and not exe_running_docker_save
|
and not exe_running_docker_save
|
||||||
|
Reference in New Issue
Block a user