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
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.
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.