Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seccomp: Add flag SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV #1161

Merged
merged 1 commit into from
Sep 7, 2022

Commits on Sep 7, 2022

  1. seccomp: Add flag SECCOMP_FILTER_FLAG_WAIT_KILLABLE_RECV

    Linux 5.19 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.
    
    Signed-off-by: Alban Crequy <albancrequy@microsoft.com>
    alban committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    4bcd065 View commit details
    Browse the repository at this point in the history