diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index b4a86528..79ba406c 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -1832,7 +1832,7 @@ # when we lose events and lose track of state. - macro: container_entrypoint - condition: (not proc.pname exists or proc.pname in (runc:[0:PARENT], runc:[1:CHILD], docker-runc, exe)) + condition: (not proc.pname exists or proc.pname in (runc:[0:PARENT], runc:[1:CHILD], runc, docker-runc, exe)) - rule: Launch Sensitive Mount Container desc: >