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

seccomp: allow to override errno return code #1041

Merged
merged 1 commit into from May 11, 2020

Conversation

giuseppe
Copy link
Member

@giuseppe giuseppe commented May 7, 2020

some seccomp actions allow to specify the errno code returned for the
syscall.

Add a new attribute to the seccomp syscall so the default EPERM can be
overriden.

Signed-off-by: Giuseppe Scrivano gscrivan@redhat.com

some seccomp actions allow to specify the errno code returned for the
syscall.

Add a new attribute to the seccomp syscall so the default EPERM can be
overriden.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
@rhatdan
Copy link
Contributor

rhatdan commented May 7, 2020

LGTM

@mrunalp
Copy link
Contributor

mrunalp commented May 8, 2020

LGTM

Approved with PullApprove

@mrunalp
Copy link
Contributor

mrunalp commented May 8, 2020

@opencontainers/runtime-spec-maintainers ptal.

@mrunalp
Copy link
Contributor

mrunalp commented May 11, 2020

@cyphar @crosbymichael @vbatts ptal.

@vbatts
Copy link
Member

vbatts commented May 11, 2020

LGTM

Approved with PullApprove

@vbatts vbatts merged commit 2086147 into opencontainers:master May 11, 2020
@cyphar
Copy link
Member

cyphar commented May 11, 2020

Yeah, LGTM as well.

@giuseppe
Copy link
Member Author

sorry 😞 I've messed up the Go specs (noticed as I am working on its implementation in runc), I've opened a new PR to fix it: #1042

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants