Skip to content

[release/1.2 backport] seccomp: whitelist io_pgetevents#3115

Merged
crosbymichael merged 1 commit intocontainerd:release/1.2from
thaJeztah:1.2_backport_whitelist_io_pgetevents
Mar 20, 2019
Merged

[release/1.2 backport] seccomp: whitelist io_pgetevents#3115
crosbymichael merged 1 commit intocontainerd:release/1.2from
thaJeztah:1.2_backport_whitelist_io_pgetevents

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

backport of #3107 for the release/1.2 branch

io_pgetevents() is a new Linux system call, similar to the already-whitelisted
io_getevents(). It has no security implications. Whitelist it so applications can
use the new system call.

Fixes #3105.

io_pgetevents() is a new Linux system call, similar to the already-whitelisted
io_getevents(). It has no security implications. Whitelist it so applications can
use the new system call.

Fixes containerd#3105.

Signed-off-by: Avi Kivity <[email protected]>
(cherry picked from commit 4506eb4)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
@thaJeztah
Copy link
Copy Markdown
Member Author

I just realised containerd itself does not apply the seccomp profile, but higher level tools can use the profile from contrib, so it's not strictly needed for backporting: feel free to close if that's prefered

@estesp
Copy link
Copy Markdown
Member

estesp commented Mar 20, 2019

We package up the source tree and post it as a releases download, so given some may consume containerd there and use the contributed seccomp profile, I'm fine backported it for completeness.

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Member

@fuweid fuweid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@crosbymichael
Copy link
Copy Markdown
Member

LGTM

@crosbymichael crosbymichael merged commit c9042ae into containerd:release/1.2 Mar 20, 2019
@thaJeztah thaJeztah deleted the 1.2_backport_whitelist_io_pgetevents branch March 20, 2019 16:08
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.

5 participants