Merge pull request #3107 from avikivity/3105
seccomp: whitelist io_pgetevents
This commit is contained in:
commit
0cbbd0f68b
@ -161,6 +161,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
|
||||
"ioctl",
|
||||
"io_destroy",
|
||||
"io_getevents",
|
||||
"io_pgetevents",
|
||||
"ioprio_get",
|
||||
"ioprio_set",
|
||||
"io_setup",
|
||||
|
Loading…
Reference in New Issue
Block a user