27
LineageOS is apparently not private?
(lemmy.zip)
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
much thanks to @gary_host_laptop for the logo design :)
Yeah I know I can't prevent apps from collecting data that's why I have all essentials from FOSS.
My main problem with an unlocked bootloader is I'll have to do a lot of things to get most of my apps working (mainly banking apps and games).
Is that from installing an app or from install a malicious ROM?
That's like impossible. It takes time to install a ROM, and my phone is always with me so that's not happening.
Bold of you to assume I'm ever dating anyone.
Getting around Google's attestation with an unlocked bootloader requires root - I believe the go-to is Magisk and the Play Integrity Fix module. It's also a good idea to put the apps in question on the Magisk denylist. I've been using this for years with good results and would not describe it as "a lot of things".
A malicious app could modify the OS, but it would need root permissions. There are three ways that can happen:
A malicious ROM is certainly possible. Some random person's LineageOS fork is slightly less trustworthy than its maintainer (due to supply chain attacks).
I'm planning on using KernelSU, because I asked on the Magisk subreddit and it's unironically what they recommended. I looked around here and it solidified my decision even more.
The recommended way for me to install it goes like
install custom recovery > install custom ROM > somehow flash preferred rooting solution in recovery > install preferred rooting solution as an app
. link