zlacker

[return to "Linux phones are more important now than ever"]
1. codeth+sZ[view] [source] 2025-09-16 10:38:08
>>wicket+(OP)
While I share the concerns about Android, it feels silly to me to go back to Linux's (nonexistent) security model and bad mobile UI/UX. Why not try to fork AOSP or GOS (for broader device compatibility, even if it means giving up some its sexy security properties)?

Note that this could include packaging Linux GUI applications as Android APKs (with some additional glue code and Wayland/DBus integration of course), so it's not even an either or.

◧◩
2. phendr+cD5[view] [source] 2025-09-17 16:51:06
>>codeth+sZ
What nonexistent security model? Isn't Android just stock Linux with an interface layer on top?
◧◩◪
3. codeth+2Q6[view] [source] 2025-09-17 23:50:14
>>phendr+cD5
Uhh no? One of the biggest differences probably is that Android applications are heavily sandboxed:

> Applications are security principals. The main difference to traditional operating systems that run apps in the context of the logged-in user account is that Android apps are not considered to be fully authorized agents for user actions. In the traditional model typically implemented by server and desktop OS, there is often no need to even exploit the security boundary, because running malicious code with the full permissions of the main user is sufficient for abuse.

https://dl.acm.org/doi/fullHtml/10.1145/3448609

And then there's also:

- No root access (by default)

- Verified Boot

- Hardware-backed key store and hardware attestation

- User profiles are encrypted independently of each other

- …

[go to top]