seccomp: seccomp: add syscalls related to PKU in default policy#7163
seccomp: seccomp: add syscalls related to PKU in default policy#7163dmcgowan merged 1 commit intocontainerd:mainfrom
Conversation
Add pkey_alloc(2), pkey_free(2) and pkey_mprotect(2) in seccomp default profile. pkey_alloc(2), pkey_free(2) and pkey_mprotect(2) can only configure the calling process's own memory, so they are existing "safe for everyone" syscalls. Signed-off-by: Sebastiaan van Stijn <[email protected]>
|
@samuelkarp @AkihiroSuda PTAL |
That one's related to clock_settime64. Looks like you meant to reference moby/moby#43490? |
|
Ah, derp. Yes, had both open in a tab, and copied the wrong one |
|
could someone kick CI on this one? |
|
Done |
|
"Machine type with name 'c2-standard-2' does not exist in zone 'us-central1-c'." |
|
/test ? |
|
@mikebrow: The following commands are available to trigger required jobs:
Use
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/test pull-containerd-sandboxed-node-e2e |
hmm |
same as moby/moby#43490
Add pkey_alloc(2), pkey_free(2) and pkey_mprotect(2) in seccomp default profile.
pkey_alloc(2), pkey_free(2) and pkey_mprotect(2) can only configure
the calling process's own memory, so they are existing "safe for everyone" syscalls.