▲ | terminalbraid 6 days ago | ||||||||||||||||||||||||||||
Which operating system lets an application have "free reign of all the files on the file system by default"? Neither Linux, nor any BSD, nor MacOS, nor Windows does. For any of those I'd have to do something deliberately unsafe such as running it as a privileged account (which is not the "default"). | |||||||||||||||||||||||||||||
▲ | eightys3v3n 6 days ago | parent | next [-] | ||||||||||||||||||||||||||||
I would argue the distinction between my own user and root is not meaningful when they say "all files by default". As my own user, it can still access everything I can on a daily basis which is likely everything of importance. Sure it can't replace the sudo binary or something like that, but it doesn't matter because it's already too late. Why when I download and run Firefox can it access every file my user can access, by default. Why couldn't it work a little closer to Android with an option for the user to open up more access. I think this is what they were getting at. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
▲ | SoftTalker 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
How many software installation instructions require "sudo"? It seems to me that it's many more than should be necessary. And then the installer can do anything. As an administrator, I'm constantly being asked by developers for sudo permission so they can "install dependencies" and my first answer is "install it in your home directory" sure it's a bit more complexity to set up your PATH and LD_LIBRARY_PATH but you're earning a six-figure salary, figure it out. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
▲ | pepa65 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
Even just having access to all the files that the user has access to is really too much. | |||||||||||||||||||||||||||||
▲ | sneak 6 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
All except macOS let anything running as your uid read and write all of your user’s files. This is how ransomware works. | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
▲ | spankalee 5 days ago | parent | prev | next [-] | ||||||||||||||||||||||||||||
The multi-user security paradigm of Unix just isn't enough anymore in today's single-user, running untrusted apps world. | |||||||||||||||||||||||||||||
▲ | 6 days ago | parent | prev [-] | ||||||||||||||||||||||||||||
[deleted] |