-
Notifications
You must be signed in to change notification settings - Fork 382
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
fix: misalignment in execve_map #206
Conversation
1bc7656
to
a48228a
Compare
BTW, why my PRs failed on sign-off checks... |
This doesn't seem to fix this issue. I will check. |
In the message it says that it expects: Forsworns [email protected]. Can you update to use that? is that a valid name/email? |
I found this in the Developer’s Certificate of Origin
So I choose to use my real name. Apparently, I add a new GPG key to my account with my real name, it should work now |
a48228a
to
a988091
Compare
1. add alignment checker for both key and value of execve_map 2. append missing details on namespace and capacibilities for running processes during initialization close: cilium#205 Signed-off-by: Peihao Yang <[email protected]>
the ExecveValueL is no longer used in the Tetragon Signed-off-by: Peihao Yang <[email protected]>
a988091
to
501b511
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thanks for your patient reviews and helps :) Recently I'm reading the Tetragon code, and find it a marvellous project |
Nice fix thanks. |
add alignment checker for both key and value of execve_map
append missing details on namespace and capacibilities for running processes during initialization
close: #205
Signed-off-by: Peihao Yang [email protected]