fix: update rule description

Signed-off-by: stevenshuang <stevenshuang521@gmail.com>
This commit is contained in:
stevenshuang
2021-03-23 17:06:22 +08:00
committed by poiana
parent 1ded30f173
commit 167c5bc691

View File

@@ -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