seccomp: whitelist io_pgetevents
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 <avi@scylladb.com>
This commit is contained in:
parent
b90eeadafa
commit
4506eb45bf
@ -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