-
Notifications
You must be signed in to change notification settings - Fork 558
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
Seccomp Errno, return code #960
Comments
Ping, I would also like this to be added in the spec. Looks like the spec doesn't even mention which value of errno should be used. |
Previous discussion here. I'm still in favor of either making this configurable or adding a requirement for runtimes to use |
Solved by #1041? |
Yeah this was fixed by #1041. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, there is no way to specify the errno code when in LinuxSeccomp policies. It would be nice to be able to specify it.
The text was updated successfully, but these errors were encountered: