mirror of
https://github.com/moby/moby.git
synced 2026-07-13 19:12:11 +00:00
io_pgetevents() is a new Linux system call. It is similar to io_getevents() that is already whitelisted, and adds no special abilities over that system call. Allow that system call to enable applications that use it. Fixes #38894. Signed-off-by: Avi Kivity <avi@scylladb.com>