seccomp / libseccomp

The main libseccomp repository
GNU Lesser General Public License v2.1
799 stars 171 forks source link

RFE: add support for SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (Linux 5.19) #387

Closed alban closed 1 year ago

alban commented 2 years ago

Linux 5.19 introduced a new seccomp flag: SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV https://github.com/torvalds/linux/commit/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

alban commented 1 year ago

Implemented:

Available in libseccomp v2.5.5