mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-06 17:20:49 +00:00
Updated Falco Rules (markdown)
@@ -106,7 +106,7 @@ If you use multiple falco rules files, you might want to append new items to an
|
|||||||
items: [cp]
|
items: [cp]
|
||||||
```
|
```
|
||||||
|
|
||||||
If you ran falco via `falco -r falco_rules.yaml -r falco_rules-additional.yaml`, the rule `my_programs_opened_file` would trigger whenever any of `ls`, `cat`, `pwd`, or `ls` opened a file.
|
If you ran falco via `falco -r falco_rules.yaml -r falco_rules-additional.yaml`, the rule `my_programs_opened_file` would trigger whenever any of `ls`, `cat`, `pwd`, or `cp` opened a file.
|
||||||
|
|
||||||
## Rule Priorities
|
## Rule Priorities
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user