mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-03 23:53:48 +00:00
We need the host IPC for sharing eventfds with KVM, and the host network for VFIO. We also enforce the no-seccomp setting on the container, to overcome any potential filtering set by our container's Ubuntu base. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>