Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tetragon: clone namespace improvements #2370

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tixxdz
Copy link
Member

@tixxdz tixxdz commented Apr 23, 2024

No description provided.

@tixxdz tixxdz requested a review from a team as a code owner April 23, 2024 23:23
@tixxdz tixxdz requested a review from kevsecurity April 23, 2024 23:23
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
a false positive report.

Signed-off-by: Djalal Harouni <tixxdz@gmail.com>
Signed-off-by: Djalal Harouni <tixxdz@gmail.com>
@tixxdz tixxdz force-pushed the pr/tixxdz/2024-04-clone-ns-fixes branch from 7dc430e to 65f694b Compare April 23, 2024 23:26
@tixxdz tixxdz added the release-note/minor This PR introduces a minor user-visible change label Apr 23, 2024
@tixxdz tixxdz requested a review from jrfastab April 23, 2024 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/minor This PR introduces a minor user-visible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant