FIX(falco): falco config errors
- Remove unsupported outputs_queue_capacity option - Fix Container Drift Detection rule (remove undefined rename macro)
This commit is contained in:
@@ -31,7 +31,6 @@ falco:
|
|||||||
|
|
||||||
# Performance tuning
|
# Performance tuning
|
||||||
buffered_outputs: true
|
buffered_outputs: true
|
||||||
outputs_queue_capacity: 10000
|
|
||||||
|
|
||||||
# Rules configuration
|
# Rules configuration
|
||||||
rules_files:
|
rules_files:
|
||||||
@@ -73,7 +72,7 @@ customRules:
|
|||||||
desc: Detect file modifications in containers
|
desc: Detect file modifications in containers
|
||||||
condition: >
|
condition: >
|
||||||
container and
|
container and
|
||||||
(open_write or rename or remove) and
|
open_write and
|
||||||
not proc.name in (apt, yum, dnf, apk, npm, pip)
|
not proc.name in (apt, yum, dnf, apk, npm, pip)
|
||||||
output: >
|
output: >
|
||||||
File modified in container
|
File modified in container
|
||||||
|
|||||||
Reference in New Issue
Block a user