KVM Security in Multi-Tenant Cloud Environments
It’s useful to note that security in an open source KVM environment occurs on three levels: the kernel layer within the Linux OS, network layer, and at the hardware level.
Since its kernel-based protection mechanisms were created early on in Linux development, KVM incorporates key SELinux controls to provide isolation and confinement for processes. This means data and applications are fully protected, even in multi-tenant environments where multiple clients are served by one software instance.
Read more