Merge pull request #38895 from avikivity/io_pgetevents

seccomp: whitelist io_pgetevents()
This commit is contained in:
Tõnis Tiigi 2019-03-21 11:35:16 -07:00 committed by GitHub
commit 6daf5abfe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -162,6 +162,7 @@
"ioctl",
"io_destroy",
"io_getevents",
"io_pgetevents",
"ioprio_get",
"ioprio_set",
"io_setup",

View file

@ -155,6 +155,7 @@ func DefaultProfile() *types.Seccomp {
"ioctl",
"io_destroy",
"io_getevents",
"io_pgetevents",
"ioprio_get",
"ioprio_set",
"io_setup",