opencontainers / runtime-spec

OCI Runtime Specification
http://www.opencontainers.org
Apache License 2.0
3.13k stars 535 forks source link

seccomp: Add flag SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV #1161

Closed alban closed 1 year ago

alban commented 1 year ago

Linux 5.19 (https://github.com/torvalds/linux/commit/c2aa2dfef243) introduced a new seccomp flag: SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV

It is useful for seccomp notify when handling notification from Golang programs which are often preempted by the runtime with SIGURG.

alban commented 1 year ago

Related issues:

AkihiroSuda commented 1 year ago

@alban Do you plan to open a PR for runc (or other runtimes)?

alban commented 1 year ago

@AkihiroSuda I was not planning to, I am not working on this at the moment. Feel free to do it if you can :)