this post was submitted on 04 Apr 2024
1019 points (98.8% liked)

linuxmemes

20785 readers
433 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 5 months ago (8 children)

Windows/Macos/Linux are designed around the fact that the person managing the device has root access, Android and iOS are designed around noone having root access.

Sure it's fine to mess around with rooted phone and look what's inside, but essentially for your daily operations having rooted phone is unnecessary security risk.

[–] [email protected] 15 points 5 months ago (6 children)

Android and iOS are designed around noone having root access.

Yes and I consider that to mean I don't own the device. And there are plenty of Android forks specifically designed around you having root access.

[–] [email protected] -3 points 5 months ago* (last edited 5 months ago) (3 children)

The issue is that you don’t want to give some random untrusted process root access. You, the user, have root access as long as you’re capable of running processes as root, but that doesn’t mean you should.

There could be tons of apps on the iOS App Store or Google Play Store that are completely benign under the existing security model but do nefarious things when run as root. No one knows that for sure because they aren’t tested under root by Apple or Google.

The problem with root is that it’s giving the process the keys to the Ferrari. That’s long since been decided to be a bad security model. Far better to have the process request permission to access particular resources and you grant them on a case by case basis.

[–] [email protected] 11 points 5 months ago* (last edited 5 months ago)

The issue is that you don’t want to give some random untrusted process root access.

It's been awhile since I've used anything but Magisk but usually you have to set root permissions per app, or you can get Magisk notification to request access.

load more comments (2 replies)
load more comments (4 replies)
load more comments (5 replies)