this post was submitted on 06 Oct 2025
714 points (99.9% liked)

Open Source

41208 readers
1305 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

The project, developed in partnership with veteran free software developer Rob Savoye, aims to create a fully free and open mobile platform, from the firmware to the operating system.

you are viewing a single comment's thread
view the rest of the comments
[–] Adderbox76@lemmy.ca 1 points 6 hours ago (2 children)

Linux by design gives the user enough rope to hang themselves with.

And that's certainly not a problem when dealing with tech enthusiasts who know what, when and where to touch to avoid messing things up. But when you're dealing with getting a phone into the hands of ordinary people, that isn't going to fly because all of those people will at some point start mucking around inside and then expect tech support when they mess up.

For mainstream adoption, the linux kernel must and the desktop environment must be at least somewhat locked down.

[–] FreeBooteR69@lemmy.ca 2 points 5 hours ago

We have immutable distributions already, that is something that isn't a problem. It's replacing those pesky proprietary blobs used to talk to the hardware that is a headache.

[–] UpperBroccoli@lemmy.blahaj.zone 2 points 5 hours ago

Between capabilities, namespaces, control groups, mandatory access control (AppArmor etc) and other mechanisms, I think there are plenty of ways to reduce user access to any part of the system.