mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-22 03:49:36 +00:00
Allow the sysdig cloud agent to call setns to collect java process metrics. We've also seen cases where some of the intermediate processes created below runc appear to call setns. It appears that this only should happen if some events (like the execve that spawns the intermediate processes) are lost, but just to be safe allow processes starting with "runc:" to call setns.