Allow different syscalls from kernels 5.12 -> 5.16#43594
Merged
Conversation
rumpl
force-pushed
the
seccomp-5.16
branch
2 times, most recently
from
May 13, 2022 09:37
7cc8961 to
2533d1d
Compare
thaJeztah
reviewed
May 13, 2022
Kernel 5.12:
mount_setattr: needs CAP_SYS_ADMIN
Kernel 5.14:
quotactl_fd: needs CAP_SYS_ADMIN
memfd_secret: always allowed
Kernel 5.15:
process_mrelease: always allowed
Kernel 5.16:
futex_waitv: always allowed
Signed-off-by: Djordje Lukic <[email protected]>
AkihiroSuda
approved these changes
May 13, 2022
Member
Author
|
I'm not sure the errors are related |
Member
|
Windows is kinda flaky (sometimes slow), e.g. No ticket (yet) for I'll kick it again |
Member
|
Although Windows doesn't use seccomp, so it's just to get CI green 😂 |
Member
|
Another failure on Windows; unrelated, but in case there's an issue somewhere (I saw something similar recently); Details |
Member
|
And Windows/c8d is hitting |
Member
|
Bringing this one in |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
Allowed different syscalls from kernels 5.12 -> 5.16
Kernel 5.12:
Kernel 5.14:
Kernel 5.15:
Kernel 5.16:
- How I did it
This is a carry from containerd/containerd#6494