update(falco/rules): re-use spawned_process macro inside container_started macro

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leo Di Donato 2020-10-18 20:24:40 +02:00 committed by poiana
parent c188f4a731
commit bc9a2f38e1

View File

@ -522,7 +522,7 @@
- macro: container_started
condition: >
((evt.type = container or
(evt.type=execve and evt.dir=< and proc.vpid=1)) and
(spawned_process and proc.vpid=1)) and
container.image.repository != incomplete)
- macro: interactive