this post was submitted on 28 May 2025
1938 points (98.5% liked)
memes
15032 readers
3696 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to [email protected]
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- [email protected] : Star Trek memes, chat and shitposts
- [email protected] : Lemmy Shitposts, anything and everything goes.
- [email protected] : Linux themed memes
- [email protected] : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
We call it Linux.
Android is built in the Linux kernel. That's actually some of what causes this - Android's permissions model takes the Linux model and amplifies it. Apps are treated like users to prevent them from messing with each other's files. If an app uses Android's downloads manager it can write to the downloads directory, but it can only see the files that it put there.
obviously