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

os: don't use pidfd on Android < 12 #69245

Closed
wants to merge 3 commits into from
Closed

Commits on Sep 5, 2024

  1. os: don't use pidfd on Android < 12

    In Android version 11 and earlier, pidfd-related system calls are not
    allowed by the seccomp policy, which causes crashes due to SIGSYS signals.
    
    Fixes golang#69065
    cions committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    af8e849 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. move to internal/syscall/unix

    cions committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c04bbaf View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. add comment

    cions committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    0c9a486 View commit details
    Browse the repository at this point in the history