▲ | zahlman 4 days ago | |||||||||||||||||||||||||||||||||||||||||||||||||
> Unfortunately, hearing this is not surprising since [users of an OS with a built-in file permissions system] tolerate having poor security and rely on [thinking about whom to trust and primarily sourcing their software from the distro package manager] to keep themselves safe over having the operating system itself [apply heuristics to try to decide whether things the user downloaded from random web sites are malware, while completely failing to provide transparency on whether double-clicking something will supply it as data to an existing program or treat it as itself a program]. I'm not understanding how it's the desktop Linux users who have to deal with poor security. | ||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | charcircuit 4 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||
>I'm not understanding how it's the desktop Linux users who have to deal with poor security. On Linux Mint if you run a program without granting any extra permissions it can: Record your mic, record your camera, record your screen, steal your browser history/ cookies/passwords, alias sudo or show a fake update dialog to collect the user's password to elevate to root, see if you copied a crypto address and replace it with a similar looking one owned by the attacker, encrypt all of your files, send any sensitive pictures or documents to the attacker, etc. The existence of a 50 year old concept of file permission is not good enough to combat the modern security problems users can encounter. | ||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | sugarpimpdorsey 4 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||
> users of an OS with a built-in file permissions system Lot of good that will do you when Linux users will curl | bash most any garbage. The Windows NT file permission system is far more advanced (and I'm not even including AppLocker or software whitelisting). > thinking about whom to trust and primarily sourcing their software from the distro package manager So "app store" is the wave of the future? The days of Linux users using magic healing crystals to protect themselves from malware are long over. Most malware these days targets Linux servers. If you think chmod u+x is what is preventing your computer from catching digital AIDS I have news for you. | ||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | literalAardvark 4 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||||||||||||||
Because you're starting from a poor understanding of the security process in general. File permissions are the least of your worries. |