cloud-hypervisor/vmm/src
Sebastien Boeuf 2d17f4384a vmm: seccomp: Add missing open() syscall
On some systems, the open() system call is used by Cloud-Hypervisor,
that's why it should be part of the seccomp filters whitelist.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-04-02 09:56:48 +02:00
..
api openapi: Add initramfs support 2020-03-26 11:59:03 +01:00
acpi.rs vmm: acpi: Remove unused IORT related structures 2020-03-17 12:46:26 +00:00
config.rs main, vmm: add --initramfs cli option 2020-03-26 11:59:03 +01:00
cpu.rs pvh: Initialize vCPU regs/sregs for PVH boot 2020-03-13 18:29:44 +01:00
device_manager.rs vmm: Add memory hotplug support to VFIO PCI devices 2020-03-27 09:35:39 +01:00
interrupt.rs msi/msi-x: Prevent from losing masked interrupts 2020-02-25 08:31:14 +00:00
lib.rs vmm: Add "add-net" to the API 2020-03-25 17:58:06 +01:00
memory_manager.rs vmm: Retrieve new memory region when memory is extended 2020-03-27 09:35:39 +01:00
seccomp_filters.rs vmm: seccomp: Add missing open() syscall 2020-04-02 09:56:48 +02:00
vm.rs vmm: Retrieve new memory region when memory is extended 2020-03-27 09:35:39 +01:00