This reads like fearmongering paranoia-propaganda for driving people towards the authoritarian centralised walled gardens... The problem is once you give an app perission then you never know when it's turning on the mic or the camera. The microphone and camera are unplugged when not in use. "secure"? No thanks, I'd rather sacrifice some security and keep my freedom. We're already losing the war against general-purpos…
When will we get secure desktop OSes? (2018)
21–30 of 102 posts
Re: When will we get secure desktop OSes? (2018)
#22The problem is, from the status quo we have today it's hard to see how we'd get to a point of security without sacrificing general purpose computing.
After all, it's either possible for the user to promote an application to equal the power of the OS, or it isn't.
Oh, sure, you could make it mandatory to ask permission before getting that power. But many security people think we need a system that's secure even in the face of a gullible user who will click through any warning. And there are thousands of applications that enjoy unlimited permissions today; for them, asking for maximum permissions will be the path of least resistance.
The alternative is the iPhone approach: Every app in a sandbox, and no way out of the sandbox even with the user's consent.
Re: When will we get secure desktop OSes? (2018)
#23Earlier quoted context omitted.
Making it an OS more hated by the day.
I mean, that’s actually a fair observation, at least on HN. A lot of people on HN do complain about the changes. There’s a tradeoff between security and convenience. Making something more secure is, essentially, making it harder to use for undesired use cases. The side effect is inevitably that it also makes it harder to use for legitimate use cases.
Re: When will we get secure desktop OSes? (2018)
#24A chrome book like device that gets wiped every time it's started and downloads a clean OS so the user can browse the web, play games, and edit (remotely housed) documents would suit 90%+ of the world.
Perhaps developers should be using different OS from users.
Re: When will we get secure desktop OSes? (2018)
#25This reads like fearmongering paranoia-propaganda for driving people towards the authoritarian centralised walled gardens... The problem is once you give an app perission then you never know when it's turning on the mic or the camera. The microphone and camera are unplugged when not in use. "secure"? No thanks, I'd rather sacrifice some security and keep my freedom. We're already losing the war against general-purpos…
Seems really inconvenient to have to physical unplug things when you're not using them. And in laptops and other integrated devices you can't unplug them.
Re: When will we get secure desktop OSes? (2018)
#26We have reached the point where most people can get by purely using browser based software that is secure because browsers use good sandboxes.
Re: When will we get secure desktop OSes? (2018)
#27The secure desktop "OS" exists. It's called a browser. We have reached the point where most people can get by purely using browser based software that is secure because browsers use good sandboxes.
Re: When will we get secure desktop OSes? (2018)
#28This reads like fearmongering paranoia-propaganda for driving people towards the authoritarian centralised walled gardens... The problem is once you give an app perission then you never know when it's turning on the mic or the camera. The microphone and camera are unplugged when not in use. "secure"? No thanks, I'd rather sacrifice some security and keep my freedom. We're already losing the war against general-purpos…
What about snaps on Ubuntu? https://www.howtogeek.com/670084/what-you-need-to-know-about...
Huge files (made worse by an insistence on keeping two versions of everything around). Slow to start even a simple calculator. Fills the mount list with spam. All to deliver the "feature" that Discord can't share a file from ~/.minecraft/screenshots/whatever.png and ffmpeg can't access /dev/video0
Users prefer dpkg so clearly that Canonical had to make a fake dpkg file for Chromium that installs it using snap.
Re: When will we get secure desktop OSes? (2018)
#29I don't understand the responses in this thread. Does nobody want an OS with a permissions system where you can reliably control access to resources? Or strong app sandboxing by default to keep chrome from sniffing your files (allegedly, this is virus scanning)? There isn't any loss of freedom with those as long as your super user can modify it all - its a gain of freedom in that you can have some control over what y…
Re: When will we get secure desktop OSes? (2018)
#30You can sandbox the majority of your apps on desktop Linux today with two simple commands:
- sudo apt/dnf install firejail
- sudo firecfg
Project: https://github.com/netblue30/firejail
Intro Video: https://www.youtube.com/watch?v=N-Mso2bSr3o
Disclosure, I am a contributor to firejail.
Also if you are already using flatpaks, you can install flatseal to easily point and click which permissions you want:
https://www.flathub.org/apps/details/com.github.tchx84.Flats...
Lastly you can sandbox your systemd daemons:
https://www.freedesktop.org/software/systemd/man/systemd.exe...
Have fun!