mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-29 19:23:16 +00:00
Also let docker-runc denote an entrypoint.
This commit is contained in:
parent
276ab9139f
commit
a4d3d4d731
@ -644,7 +644,7 @@
|
||||
# where at the time 2:INIT execs the root program, 0:PARENT might have
|
||||
# already exited, or might still be around. So we handle both.
|
||||
- macro: container_entrypoint
|
||||
condition: (not proc.pname exists or proc.pname=runc:[0:PARENT])
|
||||
condition: (not proc.pname exists or proc.pname in (runc:[0:PARENT], docker-runc))
|
||||
|
||||
- rule: Launch Sensitive Mount Container
|
||||
desc: >
|
||||
|
Loading…
Reference in New Issue
Block a user