netbird/client/android
Zoltan Papp 408f423adc
[client] Disable pidfd check on Android 11 and below (#4127)
Disable pidfd check on Android 11 and below

On Android 11 (SDK <= 30) and earlier, pidfd-related system calls
are blocked by seccomp policies, causing SIGSYS crashes.

This change overrides `checkPidfdOnce` to return an error on
affected versions, preventing the use of unsupported pidfd features.
2025-07-09 22:16:08 +02:00
..
client.go [client] Disable pidfd check on Android 11 and below (#4127) 2025-07-09 22:16:08 +02:00
dns_list_test.go Feature/permanent dns (#967) 2023-07-14 21:56:22 +02:00
dns_list.go Feature/permanent dns (#967) 2023-07-14 21:56:22 +02:00
exec.go [client] Disable pidfd check on Android 11 and below (#4127) 2025-07-09 22:16:08 +02:00
gomobile.go Import go mobile bind at the android package level (#935) 2023-06-05 17:28:13 +02:00
login.go [client] Report client system flags to management server on login (#3187) 2025-01-16 13:58:00 +01:00
networks.go [client] Propagation networks for Android client (#3966) 2025-06-13 11:04:17 +02:00
peer_notifier.go [client] Propagation networks for Android client (#3966) 2025-06-13 11:04:17 +02:00
preferences_test.go fix some typo spotted with codespell (#1278) 2023-11-01 17:11:16 +01:00
preferences.go [client] Add more Android advanced settings (#4001) 2025-06-18 17:23:23 +02:00