Skip to content

Commit

Permalink
updated suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: rachejazz <divyadeepti2000@gmail.com>
  • Loading branch information
rachejazz authored and poiana committed Feb 16, 2022
1 parent 71487cb commit 04b2268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For a more comprehensive set of examples, see the full rules file at `falco_rule

- rule: write_binary_dir
desc: an attempt to write to any file below a set of binary directories
condition: evt.dir = < and open_write and not evt.dir in (package_mgmt_binaries) and bin_dir
condition: evt.dir = < and open_write and not proc.name in (package_mgmt_binaries) and bin_dir
output: "File below a known binary directory opened for writing (user=%user.name command=%proc.cmdline file=%fd.name)"
priority: WARNING
```
Expand Down

0 comments on commit 04b2268

Please sign in to comment.