-
Notifications
You must be signed in to change notification settings - Fork 107
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
Add base syscalls for spoc recording #1510
Conversation
5ed51fa
to
d6eb799
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1510 +/- ##
==========================================
- Coverage 43.32% 43.24% -0.08%
==========================================
Files 53 53
Lines 5904 5917 +13
==========================================
+ Hits 2558 2559 +1
- Misses 3225 3236 +11
- Partials 121 122 +1 |
cc2a3c3
to
24a76d1
Compare
This allows to have a preset of defined syscalls required as a minimum to run containers with runc and crun. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
24a76d1
to
069be83
Compare
@kubernetes-sigs/security-profiles-operator-maintainers PTAL |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JAORMX, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This allows to have a preset of defined syscalls required as a minimum to run containers with runc and crun.
Which issue(s) this PR fixes:
Part of #1482
Does this PR have test?
Yes
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?