This is interesting. However, I don't get how stuff in the cloud can be considered secure. Unless you trust them, anyway. And also, I'm reminded how little privacy seems to matter for Qubes devs. Edit: OK, I take it back. Replacing VMs with discrete devices on local networks is very cool. I just wish that they'd emphasized that, and then talked about using cloud resources. Indeed, what boggled my mind is that someone…
You can put the untrusted VMs in the cloud, to get better isolation between them and more important stuff. This, e.g., is a way of preventing two colluding VMs from communicating.
Qubes Air: Generalizing the Qubes Architecture
21–30 of 68 posts
Re: Qubes Air: Generalizing the Qubes Architecture
#22This was an awesome read. These guys are doing some of the most groundbreaking work in computing right now. The idea of having an "operating system" made up of components dispersed across the globe seems like a fantasy that is too good to be true. If Qubes can finally provide a method for passing through NVIDIA GPUs with this kind of architecture, Xen or not, that would be incredible. It's the only reason I had to le…
I found a good introduction to Plan 9 architecture in this comment:
Re: Qubes Air: Generalizing the Qubes Architecture
#23I‘m a heavy user of Qubes OS. The “Convert to Tusted PDF” feature is something I use almost daily. My use case is examining, cleaning and possibly distributing application letters and CVs. If you have to read job application letters, the advice to just open files from people you trust, just doesn’t work. The amount of untargeted malware we receive through this channel is considerable. We had targeted attacks too. I’v…
Have you considered a jailed pdf reader application instead? I'm curious what the decision factors were important for you.
Re: Qubes Air: Generalizing the Qubes Architecture
#24Wonder about their progress of integration[1] with ReactOS. [1] https://github.com/QubesOS/qubes-issues/issues/2809
Re: Qubes Air: Generalizing the Qubes Architecture
#25This was an awesome read. These guys are doing some of the most groundbreaking work in computing right now. The idea of having an "operating system" made up of components dispersed across the globe seems like a fantasy that is too good to be true. If Qubes can finally provide a method for passing through NVIDIA GPUs with this kind of architecture, Xen or not, that would be incredible. It's the only reason I had to le…
Re: Qubes Air: Generalizing the Qubes Architecture
#26This was an awesome read. These guys are doing some of the most groundbreaking work in computing right now. The idea of having an "operating system" made up of components dispersed across the globe seems like a fantasy that is too good to be true. If Qubes can finally provide a method for passing through NVIDIA GPUs with this kind of architecture, Xen or not, that would be incredible. It's the only reason I had to le…
I mean I get cloud computing and such, but this seems to be aimed as a consumer OS, which is very sensitive to delays and whatnot.
Re: Qubes Air: Generalizing the Qubes Architecture
#27This was an awesome read. These guys are doing some of the most groundbreaking work in computing right now. The idea of having an "operating system" made up of components dispersed across the globe seems like a fantasy that is too good to be true. If Qubes can finally provide a method for passing through NVIDIA GPUs with this kind of architecture, Xen or not, that would be incredible. It's the only reason I had to le…
Read up on Amoeba and Sprite in the 80's.
Re: Qubes Air: Generalizing the Qubes Architecture
#28This was an awesome read. These guys are doing some of the most groundbreaking work in computing right now. The idea of having an "operating system" made up of components dispersed across the globe seems like a fantasy that is too good to be true. If Qubes can finally provide a method for passing through NVIDIA GPUs with this kind of architecture, Xen or not, that would be incredible. It's the only reason I had to le…
Passing through GPUs is problematic, as it's a massive attack surface.
Re: Qubes Air: Generalizing the Qubes Architecture
#29This was an awesome read. These guys are doing some of the most groundbreaking work in computing right now. The idea of having an "operating system" made up of components dispersed across the globe seems like a fantasy that is too good to be true. If Qubes can finally provide a method for passing through NVIDIA GPUs with this kind of architecture, Xen or not, that would be incredible. It's the only reason I had to le…
Why would you want something like that though? What are the benefits that are worth the huge amount of overhead of having to pass through the internet to connect components? I mean I get cloud computing and such, but this seems to be aimed as a consumer OS, which is very sensitive to delays and whatnot.
The "real problem" exposed by Meltdown and Spectre is running untrusted software on the same hardware where sensitive information resides. Moving away from physical coupling defends against potential sidechannel attacks.
The Qubes approach of "careful decomposition of various workflows, devices, apps across securely compartmentalized containers" seems to point a way forward after this sobering assessment:
http://robert.ocallahan.org/2018/01/long-term-consequences-o...
Re: Qubes Air: Generalizing the Qubes Architecture
#30Earlier quoted context omitted.
Why would you want something like that though? What are the benefits that are worth the huge amount of overhead of having to pass through the internet to connect components? I mean I get cloud computing and such, but this seems to be aimed as a consumer OS, which is very sensitive to delays and whatnot.
One reason: the prospect of an endless stream of unpatchable Spectre-like hardware vulnerabilities. The "real problem" exposed by Meltdown and Spectre is running untrusted software on the same hardware where sensitive information resides. Moving away from physical coupling defends against potential sidechannel attacks. The Qubes approach of "careful decomposition of various workflows, devices, apps across securely co…