▲ | imiric 4 days ago | ||||||||||||||||||||||
> A root access is a big hole How so? On Linux, I can add an account to the sudoers list, and have the flexibility to configure the level of security appropriate for my use case. I have yet to experience any security issues (that I'm aware of). Why isn't this possible on my mobile device as well? This absolute stance is not right. Security is not binary, but a spectrum. I should be allowed to have full control over my device without this being a security risk. | |||||||||||||||||||||||
▲ | rfoo 4 days ago | parent | next [-] | ||||||||||||||||||||||
Well, anyone with actual root on a secure (locked, verified boot on) Android phone can hard brick it with a single command. Yes, you can yell at the user telling them it's their fault. Still something you usually do not want to support. I don't think having authorized temporary root is inherently insecure, but on the other hand making sure it is secure could be a huge time sink. Now, the original request here, modifying user app (I'd assume it's not system app) data, is reasonable. Designing a properly authenticated way to allow doing so would be an interesting challenge. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | subscribed 4 days ago | parent | prev [-] | ||||||||||||||||||||||
How so? Root can access absolutely everything. Malware capable of getting root can access / exfiltrate anything, use your network, flash your firmware, can persist permanently, can use you as a vector. Shellshock, log4j, Heartbleed. Hundreds of the big profile vulnerabilities that can be exploited on the system in an attempt to obtain root. And then you're cooked. You really think a malware with the root access can't do much? Why do you think selinux (and similar) even exist? This isn't absolute stance. This is just stating that having a root access on the proruction/daily system is the opposite of security. | |||||||||||||||||||||||
|