libseccomp icon indicating copy to clipboard operation
libseccomp copied to clipboard

RFE: add support for SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV (Linux 5.19)

Open alban opened this issue 3 years ago • 0 comments

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:

  • https://github.com/libseccomp-rs/libseccomp-rs/issues/142
  • https://github.com/opencontainers/runtime-spec/pull/1161

cc @rata

alban avatar Sep 01 '22 12:09 alban