diff --git a/rules/falco_rules.yaml b/rules/falco_rules.yaml index 0b85b39e..bcbb3c16 100644 --- a/rules/falco_rules.yaml +++ b/rules/falco_rules.yaml @@ -1850,7 +1850,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], runc, docker-runc, exe)) + condition: (not proc.pname exists or proc.pname in (runc:[0:PARENT], runc:[1:CHILD], runc, docker-runc, exe, docker-runc-cur)) - rule: Launch Sensitive Mount Container desc: >