this post was submitted on 26 May 2022
26 points (100.0% liked)

Privacy

31258 readers
740 users here now

A place to discuss privacy and freedom in the digital world.

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.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
top 17 comments
sorted by: hot top controversial new old
[–] octt@feddit.it 9 points 2 years ago (2 children)

The future looks grim. What smartphone am I supposed to have in the coming years? Even if my current one never breaks beyond repair, at a certain points all the apps I need will have become too slow or even incompatible. Personally, I can't just use a 10 year-old version of my favourite web browser, messaging app, or the likes, and I need at least the basic freedom of having root privileges.

And by the way, this doesn't only apply to smartphones, the situation has far worse implications. The PC transition from x86 to ARM will happen, slowly but it will happen. ARM has countless benefits which I advocate for, but the fact that it is a customizable architecture (there are countless ARM chip producers, every one of them making chips that are incompatible with competitor ones), mixed with the fact that OEMs don't have to release sources for their SoC-specific blobs, is a recipe for the disaster of closed platforms.

You will be stuck using Windows on your shiny ARM "PC" with locked UEFI bootloader (and even if those remain unlocked, someone will have to spend time and effort to port other OSes to each specific computer, like you see today on smartphones with custom ROMs) and you WILL be happy. Unless you want to spend an high price on some low-end hardware sold by companies that unfortunately, to survive with selling open hardware, have to come to this compromise.

[–] sexy_peach@feddit.de 7 points 2 years ago

yes but there are finally some open hardware devices coming around

[–] MichaelMcDonnell@lemmy.ml 7 points 2 years ago (1 children)

How about the PinePhone or another device supported by PostmarketOS?

[–] octt@feddit.it 2 points 2 years ago

The PinePhone is probably the only one I could ever buy, because all the other ones (unless there's some new out there) are too costly, both phones that come without Android, and Android phones for which the community ported Linux (no one ports good ROMs for cheap phones).

But, at that point, since the experience isn't really that smooth for a smartphone (never tried it, but the majority of people who did say so), might as will just build myself an UMPC with a cheap Linux SBC, and also have perks like a built-in phisical keyboard. Then I would just use a featurephone for calling, SMS, taking pictures, and WiFi hotspot for my UMPC.

[–] linzilla@lemmy.ml 7 points 2 years ago (2 children)

With the latest Android update, they removed iptables so that one cannot use a firewall. With the next update they are introducing read-only file system so that one cannot use a free operating system on Android anymore... Very heavy-handed moves from gevilcorp

[–] dRLY@lemmy.ml 3 points 2 years ago

I will admit that I am not fully aware of how the current system is setup. But from what I am getting out of the linked article and a few other sites, it seems that this is just replacing the current Ext4 system partitions that are already read-only. Which seems to have been a thing starting with devices that shipped with Android 10. I am not currently messing around with custom ROMs, so I am not up on the scene these days. So again, I am not coming at this from a great in-depth knowledge and could be misunderstanding things.

[–] jokeyrhyme@lemmy.ml 3 points 2 years ago (1 children)

AOSP has dropped iptables in favour of the far more efficient and powerful eBPF: https://www.xda-developers.com/lineageos-19-android-12/

It completely breaks compatibility with decades of code that requires iptables, but there's nothing stopping new work that embraces eBPF

[–] ganymede@lemmy.ml 2 points 2 years ago (1 children)

eBPF is powerful for sure, is it yet mature enough to replace iptables?

[–] jokeyrhyme@lemmy.ml 2 points 2 years ago (1 children)

Google must believe eBPF is mature enough (although they've been wrong before, see the Bluetooth stack rewrites and reverts in Chrome OS)

Note that desktop Linux distributions are working towards replacing iptables with nftables (added in kernel 3.13), so it seems as though there is some/broad consensus that we can do better than iptables these days

[–] ganymede@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

there is some/broad consensus that we can do better than iptables these days

oh yeah i have no doubt about that. just wondering what a healthy timeline looks like for the transition.

i don't follow it especially closely, but had the impression bpf is still in the maturing phase regarding vulnerabilities. hopefully that is at least in part a sign it is being actively inspected and hardened with this purpose in mind - and i'm sure iptables still has many lurking vulns.

in summary, agree some form of transition is likely inevitable. wondering what the timeline will look like.

[–] dRLY@lemmy.ml 7 points 2 years ago

I don't think this actually stops rooting, as some partitions have been read-only since Android 10 devices.

[–] stephen@lemmy.ml 5 points 2 years ago

What really sucks is they locked down /data/data/ no more changing databases for getting unlimited money in games. :(

[–] linzilla@lemmy.ml 4 points 2 years ago
[–] sasalzig@lemmy.ml 3 points 2 years ago (1 children)

This doesn't have anything to do with rooting? It's just a new filesystem.

[–] linzilla@lemmy.ml 4 points 2 years ago (2 children)

how can you root a hardcoded read-only file system?

[–] MedicareForSome@lemmy.ml 5 points 2 years ago

Magisk always worked without modifying the system. As long as /boot is still writable we’re good.

[–] sasalzig@lemmy.ml 4 points 2 years ago

Ah right! I always put a new ROM immediately.

There might be ways around this with an overlay fs.