Skip to content

Commit 8f6bcb2

Browse files
Merge pull request #3114 from thaJeztah/1.1_backport_whitelist_io_pgetevents
[release/1.1 backport] seccomp: whitelist io_pgetevents
2 parents 9a0a5fd + 58bee81 commit 8f6bcb2

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)