Hacker News new | ask | show | jobs
by hrjet 4658 days ago
I am little skeptical of VMs but not so much that I don't see any benefit in it.

In theory, VMs should help reduce the attack surface by a lot. For example, all the system calls in the VM are handled by the guest OS. The actual system calls made to the host should be minimal and can be more easily audited.