Skip to content

seccomp: whitelist io_pgetevents#3107

Merged
crosbymichael merged 1 commit intocontainerd:masterfrom
avikivity:3105
Mar 19, 2019
Merged

seccomp: whitelist io_pgetevents#3107
crosbymichael merged 1 commit intocontainerd:masterfrom
avikivity:3105

Conversation

@avikivity
Copy link
Copy Markdown
Contributor

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.

Signed-off-by: Avi Kivity [email protected]

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.

Signed-off-by: Avi Kivity <[email protected]>
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #3107 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3107   +/-   ##
=======================================
  Coverage   43.59%   43.59%           
=======================================
  Files         104      104           
  Lines       11135    11135           
=======================================
  Hits         4854     4854           
  Misses       5545     5545           
  Partials      736      736
Flag Coverage Δ
#linux 47.57% <ø> (ø) ⬆️
#windows 40.47% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b90eead...4506eb4. Read the comment docs.

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

@crosbymichael
Copy link
Copy Markdown
Member

LGTM

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.

4 participants