mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 19:44:57 +00:00
Update engine fields checksum for fd.dev.* (#589)
* Update engine fields checksum for fd.dev.* New fields fd.dev.*, so updating the fields checksum. * Print a message why the trace file can't be read. At debug level only, but better than nothing. * Adjust tests to match new container_started macro Now that the container_started macro works either on the container event or the first process being spawned in a container, we need to adjust the counts for some rules to handle both cases.
This commit is contained in:
@@ -34,14 +34,14 @@ traces: !mux
|
||||
detect: True
|
||||
detect_level: INFO
|
||||
detect_counts:
|
||||
- "Launch Privileged Container": 2
|
||||
- "Launch Privileged Container": 3
|
||||
|
||||
container-sensitive-mount:
|
||||
trace_file: traces-positive/container-sensitive-mount.scap
|
||||
detect: True
|
||||
detect_level: INFO
|
||||
detect_counts:
|
||||
- "Launch Sensitive Mount Container": 2
|
||||
- "Launch Sensitive Mount Container": 3
|
||||
|
||||
create-files-below-dev:
|
||||
trace_file: traces-positive/create-files-below-dev.scap
|
||||
|
Reference in New Issue
Block a user