mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-08 20:23:32 +00:00
Let dmeventd write additional dirs
This commit is contained in:
parent
56e07f53f2
commit
2eda3432e9
@ -543,7 +543,8 @@
|
|||||||
condition: (proc.name=htpasswd and fd.name=/etc/nginx/.htpasswd)
|
condition: (proc.name=htpasswd and fd.name=/etc/nginx/.htpasswd)
|
||||||
|
|
||||||
- macro: dmeventd_writing_lvm_archive
|
- macro: dmeventd_writing_lvm_archive
|
||||||
condition: (proc.name=dmeventd and fd.name startswith /etc/lvm/archive/)
|
condition: (proc.name=dmeventd and (fd.name startswith /etc/lvm/archive or
|
||||||
|
fd.name startswith /etc/lvm/backup))
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# General Rules
|
# General Rules
|
||||||
|
Loading…
Reference in New Issue
Block a user