this post was submitted on 29 Sep 2025
919 points (99.6% liked)

Technology

75605 readers
2139 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] sefra1@lemmy.zip 13 points 5 hours ago (1 children)

Idk about GrapheneOS in particular but I find the sandboxing solutions for GNU/Linux like bubblewrap to be much more granular than standard Android.

"give us access to manage phone calls or we won't you me answer internet calls (which have nothing to do with actual SIM calls)", "give us access to all your files or we wont let you share that file via the share function (which doesn't need fs access to work)".

On GNU/Linux I can only give a program exactly the resources it needs, I can disallow dbus, I can block it from accessing potentially troublesome things like /dev/dri, can overlay filesystems and pretend that's my real home dir. Or can just mount the whole / to some other system.

[โ€“] DreamlandLividity@lemmy.world 2 points 42 minutes ago

I am not saying android is perfect, but too granular is also bad. I have better things to do then tweaking SELinux policies.