Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpf: store thread leader namespaces at fork and reduce false positives
[ Upstream main 67e436b ] Store the thread leader namespaces during fork so we can check later if they changed, as right now they are only stored late during execv which will point to a new exec_id entry anyway. Right now during fork they are zeroed in the execve_map which make it unreliable to detect if they changed between the fork and the final execve, they will always be reported as if they changed which could be While we are it improve how we fetch and store capabilities. Signed-off-by: Djalal Harouni <[email protected]>
- Loading branch information