Skip to content

fix(backend): use epoll on Android — io_uring is blocked by seccomp#215

Merged
mitchellh merged 1 commit intomitchellh:mainfrom
IlyaGulya:android-epoll
Mar 9, 2026
Merged

fix(backend): use epoll on Android — io_uring is blocked by seccomp#215
mitchellh merged 1 commit intomitchellh:mainfrom
IlyaGulya:android-epoll

Conversation

@IlyaGulya
Copy link
Copy Markdown
Contributor

Android blocks io_uring syscalls via seccomp-bpf, so it cannot be used on real devices. Default to epoll when targeting Android.

Ref: https://security.googleblog.com/2023/06/learnings-from-kctf-vrps-42-linux.html

Android blocks io_uring syscalls via seccomp-bpf, so it cannot be used
on real devices. Default to epoll when targeting Android.

Ref: https://security.googleblog.com/2023/06/learnings-from-kctf-vrps-42-linux.html
@mitchellh mitchellh merged commit d398cba into mitchellh:main Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants