|
|
|
|
|
by nine_k
1891 days ago
|
|
Virtualization, no. A hypervisor running a Windows kernel and a Linux kernel side by side is not about capability-based security. You can even see it like cap-based security approach: VMs only see what the hypervisor gave them, and have no way to refer to anything that the hypervisor did not pass to them. Containers, yes. They are a pure namespacing trick, and can be replaces by cap-based security completely. |
|
It allows you to divide up physical computing power across multiple people/organizations etc.
Containers make this kind of distinction far more hazy.