April 6, 2026
6:39 p.m.
I did try keeping this inside ntdll.so, but when testing on Android 10 I ran into a SIGSYS caused by a `modify_ldt` syscall being blocked by seccomp. This suggests that on newer Android versions this approach may run into restrictions from the system sandbox. I wasn’t able to find a reliable workaround for that issue, so it makes me a bit concerned that similar seccomp-related limitations could affect other parts as well. That’s part of why I’m exploring splitting this out instead of keeping running `explorer.exe /desktop=shell` inside of activity. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10569#note_135155