Post #2119131
2026-05-04 16:11 UTC
@astraleureka yes, have to rewrite the ASM of course. The other unknowns are if Android kernels customarily included this crypto option, and whether I can find any setuid binaries on the system image.
Replies (1)
-
@astraleureka@social.treehouse.systems 2026-05-04 16:16
@hyc ah that's a good point; I think modern Android has mostly eschewed setuid bins in favor of fscaps, plus zygote-derived processes set no_new_privs. Old custom ROMs used to ship setuid su for end users to access, but it's been some time since I've rooted an android device - I am unsure of how that tends to look these days. If you are successful I'd be very interested to hear what you find :D