Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpf: copy exe absolute path into execve_map
Previously, filename from the args was copied into the execve_map, used later for matchBinaries. With this change, we copy the absolute path we read from the proc exe at the execve tracepoint stage to use it later. Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
- Loading branch information