Merge pull request #3107 from avikivity/3105

seccomp: whitelist io_pgetevents
This commit is contained in:
Michael Crosby 2019-03-19 10:55:00 -05:00 committed by GitHub
commit 0cbbd0f68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"ioctl",
"io_destroy",
"io_getevents",
"io_pgetevents",
"ioprio_get",
"ioprio_set",
"io_setup",