Earlier quoted context omitted.
>a few users are too lazy Running untrusted programs is the default way we do computing. No one has time to audit every single program they run. The current desktop security model comes from when people mostly ran the programs that came with the OS and programs they wrote themself. Its vastly inappropriate for modern computer usage.
> The current desktop security model comes from when people mostly ran the programs that came with the OS and programs they wrote themself. Even that isn't particularly safe.
Dotfile madness
371–380 of 534 posts
Re: Dotfile madness
#372The real problem is that any app I run accesss all files I own with equal permissions. App1 and App2 shouldn’t write their data to my home, or read each other’s data, or, please, be able to write each other’s data. A video game can read my tax forms. WTF. Mobile & tablet OSs solve this. Everything has to follow. Until then, basically every app should run in a docker container. Then it can do what it wants.
Re: Dotfile madness
#373Earlier quoted context omitted.
Fair enough but on multi-user systems you can surely see the value in separate save game folders?
when was the last time a gaming machine is a multi-user system?!
Re: Dotfile madness
#374Re: Dotfile madness
#375Re: Dotfile madness
#376To me, the real problem is not the dotfiles, but the regular (i.e. non-hidden) files that applications surreptitiously create in my home folder. (Which the author does mention as being particularly bad.) dotfiles in the home folder are not a new thing on Linux (e.g. .bashrc, .profile, .emacs, etc.), even if it would be better if more applications used the XDG folders. And if I don't see them when I "ls", they don't b…
At this point, Guix and Nix seem the most promising for cross-distro packages.
Re: Dotfile madness
#377Anything where your own way of seeing it creates the problem, and you can't describe the problem any other way, you're not ready to pitch it as a problem to other people. Find some harm independent of your perception, and then you've got a reason for people to listen.