mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 22:47:46 +00:00
exclude oc on writing below root (#567)
* exclude oc on writing below root * minor changes
This commit is contained in:
parent
2fd90bf6a7
commit
9e26117e93
@ -710,7 +710,7 @@
|
||||
condition: (proc.name=chef-client and fd.name startswith /root/.chef)
|
||||
|
||||
- macro: kubectl_writing_state
|
||||
condition: (proc.name=kubectl and fd.name startswith /root/.kube)
|
||||
condition: (proc.name in (kubectl,oc) and fd.name startswith /root/.kube)
|
||||
|
||||
- macro: java_running_cassandra
|
||||
condition: (proc.name=java and proc.cmdline contains "cassandra.jar")
|
||||
|
Loading…
Reference in New Issue
Block a user