|
|
|
|
|
by lolo_
3769 days ago
|
|
Sure, but what about private state in the unikernel? If I exploit it, I have access to everything inside it without restriction, I could even change the way the drivers work totally transparently to the rest of the software. Is the idea that a single unikernel is equivalent to a single process? Surely we're getting into realms of serious performance issues if that's the case? I do take your point on there being less going on meaning there is less to attack, and what you are saying is very interesting, don't get me wrong :) I'm just trying to understand it. There have been hypervisor exploits, but of course far fewer than linux/windows/mac escalations |
|
Yes.
A unikernel is equivalent to a process in a more traditional system. We usually don't secure parts of a process against other parts of the same process. We just start more processes.
> Surely we're getting into realms of serious performance issues if that's the case?
Why?