Are the pids returned by `bpf_(process|socket)_eve...
# ebpf
z
Are the pids returned by
bpf_(process|socket)_events
the global pid or in-container pid?
a
They are global PIDs, from the host perspective
Compared to audit, I've implemented something that translates the return value for fork/vfork/clone to the host PID
z
Nice.