You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pcmoore
changed the title
Add support for SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (Linux 5.19)
RFE: add support for SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (Linux 5.19)
Sep 1, 2022
Linux 5.19 introduced a new seccomp flag: SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV
torvalds/linux@c2aa2dfef243
I would like to use it to handle notification from Golang programs which are often preempted by the runtime with SIGURG.
Related issues in other projects:
cc @rata
The text was updated successfully, but these errors were encountered: