Merge pull request #38895 from avikivity/io_pgetevents
seccomp: whitelist io_pgetevents()
This commit is contained in:
commit
6daf5abfe2
2 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,7 @@
|
|||
"ioctl",
|
||||
"io_destroy",
|
||||
"io_getevents",
|
||||
"io_pgetevents",
|
||||
"ioprio_get",
|
||||
"ioprio_set",
|
||||
"io_setup",
|
||||
|
|
|
@ -155,6 +155,7 @@ func DefaultProfile() *types.Seccomp {
|
|||
"ioctl",
|
||||
"io_destroy",
|
||||
"io_getevents",
|
||||
"io_pgetevents",
|
||||
"ioprio_get",
|
||||
"ioprio_set",
|
||||
"io_setup",
|
||||
|
|
Loading…
Add table
Reference in a new issue