Skip to content

Commit

Permalink
interfaces/seccomp/template: allow epoll_pwait2 in the base template
Browse files Browse the repository at this point in the history
Add epoll_pwait2 in the base template. The syscall has been available
since 5.11 (early 2021).

Signed-off-by: Maciej Borzecki <[email protected]>
  • Loading branch information
bboozzoo committed Dec 19, 2024
1 parent b825692 commit c944f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interfaces/seccomp/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ epoll_create1
epoll_ctl
epoll_ctl_old
epoll_pwait
epoll_pwait2
epoll_wait
epoll_wait_old
eventfd
Expand Down

0 comments on commit c944f75

Please sign in to comment.