mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-17 08:11:32 +00:00
Add runc to the list of possible container entrypoint parents
Docker versions >= 18.09 removed the "docker-" prefix, so include runc in the list. Signed-off-by: Mattia Pagnozzi <mattia.pagnozzi@gmail.com>
This commit is contained in:
parent
fdbd520cce
commit
a32870ae1d
@ -1832,7 +1832,7 @@
|
|||||||
# when we lose events and lose track of state.
|
# when we lose events and lose track of state.
|
||||||
|
|
||||||
- macro: container_entrypoint
|
- 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
|
- rule: Launch Sensitive Mount Container
|
||||||
desc: >
|
desc: >
|
||||||
|
Loading…
Reference in New Issue
Block a user