245 points

They 100% would stop you if they could.

It’s why Google’s website DRM thing was so scary.

permalink
report
reply
51 points

Was? What did I miss? Even if it was discarded, there will aways be another attempt.

permalink
report
parent
reply
91 points

Basically Google wanted to put checksums in webpages and then not render the page period if the checksum didn’t match and said checksum could only be verified by “approved” browsers that had the correct certificate (which surprise was Chromium only browsers such as Chrome and probably Edge). As such you wouldn’t have been able to run any adblockers as that would change the checksum and the way the page was rendered. They could also then go one step further and do a Denouvo type set up to make sure the OS wasn’t being altered.

permalink
report
parent
reply
48 points

Super useful technology for security purposes!

Super scary technology for literally everything else.

permalink
report
parent
reply
23 points

Yes, I know about what they attempted (actually published some of it already in an official repo).

But why you talk in past tense? Have they reverted the changes and publicly pinky-promised not to do it?

permalink
report
parent
reply
20 points

not was, is.

i dont think they dropped it.

permalink
report
parent
reply
14 points

Okay, so I originally was going to go in a long rant about how they’re still doing it, but decided that it didn’t really add much to the comment, so removed it.

Afaik they’ve, for now at least, shelved it in browsers, but are still going ahead in Android webviews (as part of their war on Youtube Vanced).

permalink
report
parent
reply
8 points
*

i guess they will probably try again with a new name later when the dust settles. can never trust them.

what about android webviews, i thought it isnt related to vanced? how do they plan to kill vanced this time?

permalink
report
parent
reply
6 points

MV3 is still happenning

permalink
report
parent
reply
16 points

Rooted mobile devices are a reasonable signal they been have hacked and security features might be disabled or work as expected.

It just banks, a lot of corporate security polices don’t allow rooted devices, as they could bypass mobile device management policies for devices owned by the company.

With laptops it’s a different story. Whether users have Mac, Linux or Windows, there’s a reasonable chance they have admin access too, so checking for root access is not such a useful signal there.

permalink
report
reply
32 points

Rooted mobile devices are a reasonable signal they been have hacked and security features might be disabled or work as expected.

Rooted mobile devices are a reasonable signal that someone wants to actually own what they buy, and corporations want to make sure as few people think that as possible.

permalink
report
parent
reply
3 points

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.

permalink
report
parent
reply
15 points

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.

permalink
report
parent
reply
5 points

There’s also the fact that on Win/Mac/Linux, you’re interacting with the bank via a browser and not a bespoke app.

permalink
report
parent
reply
4 points

So just warn the user that it’s their own responsibility and all claims are waived, instead of just saying “no” ?

permalink
report
parent
reply
1 point

There is parallel with masking. The bank values the safety of the whole rather than the freedom to root for an individual. You stand to lose only your own bank balance. The bank stands to lose the funds of every rooted phone that contains a banking app exploit targeting them.

permalink
report
parent
reply
2 points

I mean, they get that anyway with malware and security exploits. Except that rooted phones usually have a root manager, which asks for permission if an app wants to do more. And i don’t think the root user listening into the app/their own account should be a problem; because in this case the problem is with the banks’ security practice.

Well, at least my bank doesn’t care about root or safety net.

permalink
report
parent
reply
49 points

It’s not just root. They would prefer you not to have a custom keyboard either.

permalink
report
reply
20 points
*

That’s actually got a solid reason behind it.

It’s because the OSK is just another program as far as Android is concerned. It can’t directly look into the application, per Android specifications, but it CAN record key presses, even for passwords. It even receives context hints based on the metadata on the input box, so it knows when you’re putting in a password. Then it can send your data off to unknown servers.

permalink
report
parent
reply
9 points

thats a bit ironic seeing how the default keyboard on most phones are a privacy nightmare.

permalink
report
parent
reply
6 points

That it is, but at least it’s not sending your card details to me.

permalink
report
parent
reply
137 points

I actually heard something about that in class not long ago

The story is that Android’s security heavily relies on the compartmentalization of apps that lives in the android layer, over the Linux kernel. Apparently, that functionality works in part because only this layer can perform operations that require root access, no app or user can. So software that allows you to root your phone apparently breaks this requirement, and makes the whole OS insecure. He even heavily implied that one should never root their phone with ‘free’ software found on the internet because that was usually a front for some nefarious shit regarding your data.

I’m just parroting a half-understood and half-remebered speech from a security expert. His credentials were impressive but I have no ability to judge that critically, if anyone knows more about this feel free to correct me.

permalink
report
reply
54 points

I wouldn’t even feel compelled to root my phones if Google would actually back up my phone instead of whatever 1/4 baked shit they’ve done thus far.

permalink
report
parent
reply
-3 points

I’ve been using android since 2010, and it’s gotten significantly better over the years. There’s only a few things it doesn’t back up, like text messages and app data, most of which you don’t need.

permalink
report
parent
reply
18 points

Mine backs up my text messages, but I would prefer to backup my app data, authenticators, wallpaper, themes, games, etc., not every app is a shitty front-end to a website.

permalink
report
parent
reply
5 points

It is not Android that is backing up most things though, it is mostly done by Google Services. That means that your data is effectively vendor locked-in if you want to use Android as an actual open source project. Google gutting the AOSP to this extent should be illegal (maybe even is, but might is right).

permalink
report
parent
reply
75 points

Isn’t saying that allowing apps to have root lets them access anything just describing what root is? A rooted phone doesn’t have to give superuser access to every app.

permalink
report
parent
reply
7 points

No, but it can.

permalink
report
parent
reply
8 points

I think he was trying to say apps get access to “root features” through an abstraction layer/API calls that is controlled.

They don’t/wouldn’t have carte blanche root access to the underlying system. It’s kinda like a docker container or VM or flatpaks/snap packages on Linux. They are sandboxed from everything else and have to be given explicit premission to do certain things(anything that would need root privileges/hardware access).

permalink
report
parent
reply
25 points

A rooted phone doesn’t have to give superuser access to every app.

Sure, but apps that run as superuser can access anything, including the data and memory for banking apps. A big part of Android’s security model is that each app runs as a different user and can’t touch data that’s exclusively owned by another user.

permalink
report
parent
reply
34 points

It just means you need to trust apps that you give root access to, or only give elevated privileges during the very specific times when apps need them. Root isn’t something people who don’t know what they’re doing should be messing around with, I guess. But I’d think a lot of people who root their phone know and accept the risks.

permalink
report
parent
reply
-5 points

The problem is very simple - the majority of people are technically illiterate. Apple and Google saw the Windows XP security fiasco, looked at how many people use smart phones today and decided that giving users any rights is not worth the risk.

permalink
report
parent
reply
59 points

Google and Apple have been very successful at convincing everyone, including banks, to see the idea of users having control over their own phone-like computers as dangerous.

permalink
report
reply
6 points

Next thing you know, banks will try to convince its clients that they really don’t need to access all their money.

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

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!

Community stats

  • 7.6K

    Monthly active users

  • 1.2K

    Posts

  • 68K

    Comments