Skip to content

Commit

Permalink
Merge pull request #3114 from thaJeztah/1.1_backport_whitelist_io_pge…
Browse files Browse the repository at this point in the history
…tevents

[release/1.1 backport] seccomp: whitelist io_pgetevents
  • Loading branch information
crosbymichael committed Mar 20, 2019
2 parents 9a0a5fd + 58bee81 commit 8f6bcb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/seccomp/seccomp_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"ioctl",
"io_destroy",
"io_getevents",
"io_pgetevents",
"ioprio_get",
"ioprio_set",
"io_setup",
Expand Down

0 comments on commit 8f6bcb2

Please sign in to comment.