this post was submitted on 15 Jun 2024
81 points (76.8% liked)
Privacy
31957 readers
335 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
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
iOS comes with reasonable privacy defaults and blocks things such as apps running in the background for long time. Going into the settings is the extra-mile that still easier than having to install a cleaner ROM or deal with 3rd party tools.
I'm not lying about anything here, you know as well as I do that many vendors don't allow you to remove all of their Apps and most install permanently running daemons that you can't remove without UAD or other methods.
Yet the sandboxing isn't even comparable. One key aspect of the iOS sandbox is that is not only restricts filesystem access but also executes applications with way less privileges than Android does.
To complement the sandbox iOS apps are forced to use Apple's APIs in order to access user data (eg. Contacts and Photos) which will apply strict restrictions such as allowing you to limit at a system level what photos an application may access. Since all apps are required to be summited to Apple for review (even on Alt Stores) they'll enforce the usage of their APIs making it way harder to bypass restrictions.
Comparatively, on Android, you can install applications from random sources that typically resort to hacks to get around the sandbox restrictions and access more than they should.