-
Notifications
You must be signed in to change notification settings - Fork 354
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
Implement seccomp notify #330
Conversation
Codecov Report
@@ Coverage Diff @@
## main #330 +/- ##
==========================================
+ Coverage 70.37% 70.38% +0.01%
==========================================
Files 46 46
Lines 6737 6790 +53
==========================================
+ Hits 4741 4779 +38
- Misses 1996 2011 +15 |
Is it possible to break the |
We can, but it is still a coherent block at the moment. The only relevant pub function here is |
Ok, I agree with you. |
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.
LGTM
This is the first part of the change where we support seccomp notify (#307) and returning a fd for seccomp.
Next, we will implement the seccomp listeaner in the OCI spec.