Skip to content

Commit 58bee81

Browse files
avikivitythaJeztah
authored andcommitted
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 <[email protected]> (cherry picked from commit 4506eb4) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 9a0a5fd commit 58bee81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/seccomp/seccomp_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
161161
"ioctl",
162162
"io_destroy",
163163
"io_getevents",
164+
"io_pgetevents",
164165
"ioprio_get",
165166
"ioprio_set",
166167
"io_setup",

0 commit comments

Comments
 (0)