this post was submitted on 09 Jul 2024
12 points (100.0% liked)

Technology

67921 readers
26 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
top 47 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 9 months ago (2 children)

idk what to tell you if you're still using chrome

[–] [email protected] 2 points 9 months ago (4 children)

Or anything Google for that matter. I see a lot of praise on Lemmy for their Pixel phones, but it wouldn't surprise me if they eventually find there was a backdoor in their firmware all this time. Yes of course, I can not prove that right now, but this news about Google Chrome isn't news for no reason. Don't trust anything Google if you care about privacy, it is literally their business model (selling targeted ads).

[–] [email protected] 2 points 9 months ago (1 children)
[–] [email protected] 1 points 8 months ago

People don't hate Google as much as they should. It's cringeworthy how much they promote this ad company on this platform. They don't even realze themselves they got comprised.

[–] [email protected] 1 points 9 months ago (1 children)

Wrll you have to use a pixel phone to use graphene os

[–] [email protected] 1 points 9 months ago (1 children)

Yeah, I'm not super happy about that part, but don't really know what to do

[–] [email protected] 1 points 9 months ago (1 children)

Use a Pixel phone. No more sketchy then any other popular phone manufacturer

[–] [email protected] 0 points 9 months ago (1 children)

It's what I do. With degoogled os. But the proprietary blobs aren't filling me with confidence.

[–] [email protected] 1 points 9 months ago (1 children)

Does your laptop run free software boot firmware? If not, it has the same issues as a phone, if not more. No smartphone runs fully free firmware.

[–] [email protected] 0 points 9 months ago (1 children)

I know all this and that's not filling me with confidence, either. It's why Framework is in my sights.

[–] [email protected] 1 points 9 months ago

Framework doesn't have free boot firmware either and it contains the Intel ME (the backdoor in Intel CPU's). The point I am trying to make is that you won't find a perfect solution anywhere.

[–] [email protected] 1 points 9 months ago

Well pretty much all computers have a backdoor to the CPU. That hasn't been proven for Pixel phones though.

[–] [email protected] 0 points 9 months ago

I fucking hate Google and wouldn't use any of their (proprietary) software, but Pixel phones are amazing. Hear me out, Google is the only phone manufacturer right now, that puts extensive hardware security features like MTE, a secure element, as well as a bunch of others in their phones. The Google Titan M2 is based on an open-source project called OpenTitan, and Google has even contributed their own changes upstream. It's based on the open RISC-V architecture, and it's the most complete and secure implementation of a secure element that you can find in an Android phone. The only thing that comes even close is the "Secure Enclave" in Apple ARM chips, that are used in modern iPhones, iPads and Macs. I understand the concern about a potential backdoor in the firmware, but that's a valid concern with basically every CPU on the market right now. x86 are ARM are completely proprietary, so you can't really trust any CPU based on one of these architectures. The old Google Titan M1 was based on ARM, Apple's Secure Enclave is also based on ARM, as well as Snapdragon's SPU (which is incomplete and insecure anyway). The Titan M2, being based on open hardware architecture and firmware, is the most trustworthy secure element, despite being made by Google. It includes features like Insider Attack Resistance, support for the Weaver API, Android StrongBox hardware keystore implementation and is used for a secure implementation of Android Verified Boot. GrapheneOS is free, open-source, and doesn't use any proprietary Google apps/services by default. Although I hate Google, a Pixel with GrapheneOS is currently the best option for a secure smartphone.

[–] [email protected] 1 points 9 months ago
[–] [email protected] 1 points 9 months ago* (last edited 9 months ago) (1 children)

This that and the article are very light on details, but I couldn't find an article deeper in details

My laptop, that I own and runs Linux that I installed, has chrome in it. I'm order to log into Gmail for work, it installs an extension that is capable of telling Gmail if my disk is encrypted. I know because you get an error message until my disk was actually encrypted. It was a big surprise to me, and I wonder if this is done by the same piece of code.

Btw would there be a way to do virtualization through perhaps docker or flat pack or chroot that can isolate chrome in a sandbox and prevent it from a) reading and writing files anywhere on any disk and b) get other data such as CPU, disk encryption etc?

[–] [email protected] 0 points 9 months ago (1 children)

My laptop, that I own and runs Linux that I installed, has chrome in it. I’m order to log into Gmail for work, it installs an extension that is capable of telling Gmail if my disk is encrypted. I know because you get an error message until my disk was actually encrypted. It was a big surprise to me, and I wonder if this is done by the same piece of code.

That's strange, I've never heard of that before

Btw would there be a way to do virtualization through perhaps docker or flat pack or chroot that can isolate chrome in a sandbox and prevent it from a) reading and writing files anywhere on any disk and b) get other data such as CPU, disk encryption etc?

There are some isolation mechanisms on Linux like Firejail or Bubblewrap. The latter is used by Flatpak to sandbox applications. These are rather weak though, and Flatpak weakens the security of bwrap further. By default, Flatpak application permissions are also set in a Manifest file, which is created by the maintainer of the package. To get more control over your Flatpak sandbox, you need to use an application like Flatseal.

Docker (or containers in general) aren't meant for isolation/sandboxing, but this approach would also work. I would create a container using Distrobox or toolbx, and install Chrome inside the container.

This will not prevent Chrome from getting your CPU information though. To protect against that, you would have to use a virtual machine (and spoof the your CPU model if you want to hide that from Chrome).

[–] [email protected] 2 points 9 months ago (1 children)

Sounds easier to switch to another browser at that point

[–] [email protected] 1 points 9 months ago (1 children)

OP apparently needs Chrome to log into an enterprise GSuite account, which has specific requirements, that are enforced by Chrome's enterprise policy system. I don't think this works in Chromium.

[–] [email protected] 1 points 9 months ago

Oh I didn't catch that my bad. I hope they get a work computer where this kind of stuff doesn't interfere with private life!

[–] [email protected] 1 points 9 months ago

“Don’t be evil”

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago) (1 children)

Yet another reason to switch to Firefox, or even better, a hardened fork like LibreWolf [email protected]

[–] [email protected] 0 points 9 months ago (1 children)

What functionality would I lose/gain if I switch from Firefox to Librewolf? I'm admittedly an amateur in the privacy space, and I've been pretty content with Firefox + Ublock and container tabs for different profiles, but I consistently get the issue that my browser fingerprint is pretty unique, and I have no idea how to or even if I can anonymize that anymore.

[–] [email protected] 0 points 9 months ago (1 children)

Librewolf is not associated with Mozilla and does not receive their primary source of funding from Google like Mozilla does. I really like having the same browser and browser synchronization between my phone and desktop/laptop, so librewolf is out for me. They have no interest or resources to build an Android version. Waterfox does at least have desktop / android option and takes things at least one small step further away from Google.

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

It is the same browser. LibreWolf doesn't change much of the Firefox code, mostly just the configuration. They enable various privacy/security settings by default and remove Mozilla telemetry. You can go to the LibreWolf settings and enable Firefox Sync, and it will work just fine with your Mozilla account and other Firefox browsers.

For Android, I like to use Mull, it's a hardened build of Firefox, similar to LibreWolf.

[–] [email protected] 1 points 9 months ago (1 children)

Does this also affect Chromium, or is it just Google Chrome?

The article mentions it being affecting Google Chrome through Chromium, but it's not clear if it also affects Chromium on its own, or other Chromium-based browsers.

[–] [email protected] 1 points 9 months ago

Doesn't seem to work on cromite desktop (good)

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago)

This is hilarious! It even works on Edge, Vivaldi and even Brave 🤣. Good thing I use Firefox in almost everything or general day to day use

[–] [email protected] 1 points 9 months ago (2 children)

How long until it will be used as a backdoor to hack womeone's PC?

[–] [email protected] 1 points 9 months ago

Chrome is the backdoor and you already installed it

[–] [email protected] 1 points 9 months ago

Seems google has already done that

[–] [email protected] 0 points 9 months ago (1 children)

It baffles me that they sell Chrome as private and/or secure, and baffles me even more that people believe them.

[–] [email protected] 0 points 9 months ago (1 children)

It baffles me people use chrome.

[–] [email protected] 1 points 9 months ago

Why? There was a time when chrome was significantly better, and most people hate change.

[–] [email protected] 0 points 9 months ago (1 children)

Why do people still use Chrome?

Please uninstall it from everyone's home pc and phone that you come into contact with

[–] [email protected] 0 points 9 months ago (1 children)

Because it's fast and works well enough to keep the fame acquired over the last 10 years.

[–] [email protected] 1 points 9 months ago

At the cost of zero privacy, data being stolen and other fundamental issues and morals that Google lacks.

[–] [email protected] 0 points 9 months ago (4 children)

I already ditched Windows for Linux a month ago because of spyware. Everything Google-related is next. My phone is going to be the hardest thing to de-infest.

[–] [email protected] 1 points 9 months ago

I'm also doing this. Proton is amazing, for the most part. Ente Photos is also incredible for ditching Google Photos, although I'll probably switch to Proton Photos when that comes out since Ente is pricey.

[–] [email protected] 1 points 9 months ago (1 children)

In my experience you either have to trade one devil for the other with Apple or accept buying hardware from the ad company so you can use GrapheneOS.

[–] [email protected] 1 points 9 months ago

There are more options than GrapheneOS with broader device support, such as Calyx or LineageOS.

But if you use Android already, you can start by using F-Droid (or others) to install apps to find FOSS replacements for apps you use.

[–] [email protected] 0 points 9 months ago (1 children)

Kagi is a great replacement for Google search. It does cost money though.

[–] [email protected] 1 points 9 months ago

Or you can take a Duck. Then get one more Duck. Then you can Go.

https://duckduckgo.com

[–] [email protected] 0 points 9 months ago (1 children)

I kinda want to, but I'm also a sucker for ease of use

[–] [email protected] 0 points 9 months ago (1 children)

For ease of use Apple might be the most convenient alternative to Google. At least for smartphones.

[–] [email protected] -1 points 9 months ago (1 children)

Ease of use and apple are not near each other in my dictionary.

I think a lot of things are designed very unlogical

[–] [email protected] 1 points 9 months ago (1 children)

That might be because you are just not used to it. Comparable to the switch from Windows to Linux.

[–] [email protected] 1 points 9 months ago

I'm using Linux and tried different distros. I also used chrome os and windows Phone. I tried ios, hence my feelings towards it