Skip to content
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

[RFE] support for seccomp default errno return code #2943

Closed
giuseppe opened this issue May 6, 2021 · 0 comments · Fixed by #2954
Closed

[RFE] support for seccomp default errno return code #2943

giuseppe opened this issue May 6, 2021 · 0 comments · Fixed by #2954

Comments

@giuseppe
Copy link
Member

giuseppe commented May 6, 2021

Allow to override the default errno for seccomp actions.

It was added to the OCI runtime specs with: opencontainers/runtime-spec#1087

giuseppe added a commit to giuseppe/runc that referenced this issue May 14, 2021
opencontainers/runtime-spec#1087 added support
for defaultErrnoRet to the OCI runtime specs.

If a defaultErrnoRet is specified, disable patching the generated
libseccomp cBPF.

Closes: opencontainers#2943

Signed-off-by: Giuseppe Scrivano <[email protected]>
giuseppe added a commit to giuseppe/runc that referenced this issue May 14, 2021
opencontainers/runtime-spec#1087 added support
for defaultErrnoRet to the OCI runtime specs.

If a defaultErrnoRet is specified, disable patching the generated
libseccomp cBPF.

Closes: opencontainers#2943

Signed-off-by: Giuseppe Scrivano <[email protected]>
giuseppe added a commit to giuseppe/runc that referenced this issue May 14, 2021
opencontainers/runtime-spec#1087 added support
for defaultErrnoRet to the OCI runtime specs.

If a defaultErrnoRet is specified, disable patching the generated
libseccomp cBPF.

Closes: opencontainers#2943

Signed-off-by: Giuseppe Scrivano <[email protected]>
giuseppe added a commit to giuseppe/runc that referenced this issue May 14, 2021
opencontainers/runtime-spec#1087 added support
for defaultErrnoRet to the OCI runtime specs.

If a defaultErrnoRet is specified, disable patching the generated
libseccomp cBPF.

Closes: opencontainers#2943

Signed-off-by: Giuseppe Scrivano <[email protected]>
giuseppe added a commit to giuseppe/runc that referenced this issue May 14, 2021
opencontainers/runtime-spec#1087 added support
for defaultErrnoRet to the OCI runtime specs.

If a defaultErrnoRet is specified, disable patching the generated
libseccomp cBPF.

Closes: opencontainers#2943

Signed-off-by: Giuseppe Scrivano <[email protected]>
giuseppe added a commit to giuseppe/runc that referenced this issue May 17, 2021
opencontainers/runtime-spec#1087 added support
for defaultErrnoRet to the OCI runtime specs.

If a defaultErrnoRet is specified, disable patching the generated
libseccomp cBPF.

Closes: opencontainers#2943

Signed-off-by: Giuseppe Scrivano <[email protected]>
@cyphar cyphar closed this as completed in c61f606 May 18, 2021
AdamKorcz pushed a commit to AdamKorcz/runc that referenced this issue May 22, 2021
opencontainers/runtime-spec#1087 added support
for defaultErrnoRet to the OCI runtime specs.

If a defaultErrnoRet is specified, disable patching the generated
libseccomp cBPF.

Closes: opencontainers#2943

Signed-off-by: Giuseppe Scrivano <[email protected]>
dims pushed a commit to dims/libcontainer that referenced this issue Oct 19, 2024
opencontainers/runtime-spec#1087 added support
for defaultErrnoRet to the OCI runtime specs.

If a defaultErrnoRet is specified, disable patching the generated
libseccomp cBPF.

Closes: opencontainers/runc#2943

Signed-off-by: Giuseppe Scrivano <[email protected]>
dims pushed a commit to dims/libcontainer that referenced this issue Oct 19, 2024
opencontainers/runtime-spec#1087 added support
for defaultErrnoRet to the OCI runtime specs.

If a defaultErrnoRet is specified, disable patching the generated
libseccomp cBPF.

Closes: opencontainers/runc#2943

Signed-off-by: Giuseppe Scrivano <[email protected]>
dims pushed a commit to dims/libcontainer that referenced this issue Oct 19, 2024
opencontainers/runtime-spec#1087 added support
for defaultErrnoRet to the OCI runtime specs.

If a defaultErrnoRet is specified, disable patching the generated
libseccomp cBPF.

Closes: opencontainers/runc#2943

Signed-off-by: Giuseppe Scrivano <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants