-
Notifications
You must be signed in to change notification settings - Fork 557
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 description of errnoRet in Seccomp #1277
Fix description of errnoRet in Seccomp #1277
Conversation
8617272
to
5cb64f9
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.
I would just say "The default is EPERM
" in both cases.
Cc @cyphar
agreed. "The default is |
@z63d PTAL |
I just felt strange that there was only one difference in such a sentence.
If there are no problems, close the PR. |
Signed-off-by: z63d <[email protected]>
5cb64f9
to
221c198
Compare
Ah, my understanding was lacking. Sorry. |
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, thanks!
There is a subtle difference in syntax between Seccomp's defaultErrnoRet and errnoRet, so i will unify the syntax.
runtime-spec/config-linux.md
Line 722 in a5b0116
runtime-spec/config-linux.md
Line 797 in a5b0116
Or you could just reference one of them like this...
runtime-spec/config-linux.md
Line 718 in a5b0116