-
Couldn't load subscription status.
- Fork 128
Add timer_create syscall to system-probe seccomp profile #2274
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2274 +/- ##
==========================================
- Coverage 38.05% 38.05% -0.01%
==========================================
Files 255 255
Lines 20949 20950 +1
==========================================
Hits 7972 7972
- Misses 12359 12360 +1
Partials 618 618
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
The merge request has been interrupted because the build 80526783 took longer than expected. The current limit for the base branch 'main' is 120 minutes. |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
The merge request has been interrupted because the build 80589704 took longer than expected. The current limit for the base branch 'main' is 120 minutes. |
What does this PR do?
Adds the
timer_createsyscall to the allowed syscalls list in the system-probe seccomp profile.Motivation
The Go runtime now uses the
timer_createsyscall for CPU profiling as of Go 1.23+ (seegolang/go@8cfd8c3). This PR adds it to the seccomp list so that profiling data is more accurate
Additional Notes
Minimum Agent Versions
No minimum version changes required.
Describe your test plan
Ensure that the timer_create syscall is present in the configmap data.
Checklist
bug,enhancement,refactoring,documentation,tooling, and/ordependenciesqa/skip-qalabel