mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-15 23:36:19 +00:00
Update README.md
This commit is contained in:
parent
37da302b39
commit
5a3c191c97
@ -48,7 +48,7 @@ Set the path of the digwatch lua directory in the env var `DIGWATCH_LUA_DIR`:
|
||||
Create a file with some [digwatch rules](Rule-syntax-and-design). For example:
|
||||
```
|
||||
write: (syscall.type=write and fd.typechar=f) or syscall.type=mkdir or syscall.type=creat or syscall.type=rename
|
||||
interactive: evt.type=execve and proc.pname=bash
|
||||
interactive: proc.pname = bash or proc.pname = sshd
|
||||
write and interactive and fd.name contains sysdig
|
||||
write and interactive and fd.name contains .txt
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user