Skip to content

Commit

Permalink
fix: update rule description
Browse files Browse the repository at this point in the history
Signed-off-by: stevenshuang <stevenshuang521@gmail.com>
  • Loading branch information
0xff-dev authored and poiana committed Mar 23, 2021
1 parent ecaee62 commit 3db4f3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions falco/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This file documents all notable changes to Falco Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).

## v1.7.10

* Update rule `Write below monitored dir` description

## v1.7.9

* Add a documentation section about the driver
Expand Down
2 changes: 1 addition & 1 deletion falco/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: falco
version: 1.7.9
version: 1.7.10
appVersion: 0.27.0
description: Falco
keywords:
Expand Down
2 changes: 1 addition & 1 deletion falco/rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@
condition: (never_true)

- 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: >
evt.dir = < and open_write and monitored_dir
and not package_mgmt_procs
Expand Down

0 comments on commit 3db4f3d

Please sign in to comment.