Skip to content

Commit

Permalink
Monitor renameat too in "Modify binary dirs" rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpag committed Apr 12, 2018
1 parent 83af068 commit a9696ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
condition: (proc.name!="<NA>")

- macro: rename
condition: evt.type = rename
condition: evt.type in (rename, renameat)
- macro: mkdir
condition: evt.type = mkdir
- macro: remove
Expand Down

0 comments on commit a9696ee

Please sign in to comment.