cloud-hypervisor/vmm/src
Jianyong Wu d24b110519 seccomp: AArch64: Add SYS_unlinkat to seccomp whitelist
This commit fixes an "Bad syscall" error when shutting down the VM
on AArch64 by adding the SYS_unlinkat syscall to the seccomp
whitelist.

Signed-off-by: Jianyong Wu <jianyong.wu@arm.com>
2020-07-27 07:25:07 +00:00
..
api vmm: Add option for enabling SGX EPC regions 2020-07-15 15:08:56 +02:00
acpi.rs vmm: acpi_tables: Fix PM timer I/O port width 2020-07-23 17:48:22 +02:00
config.rs vmm: Add option for enabling SGX EPC regions 2020-07-15 15:08:56 +02:00
cpu.rs arch: move test cases to vmm crate 2020-07-15 17:21:07 +02:00
device_manager.rs devices: vmm: Add ACPI PM timer 2020-07-23 13:10:21 +01:00
device_tree.rs vmm: device_tree: make available remove function unconditionally 2020-06-15 11:41:34 +02:00
interrupt.rs arch: Refactor GIC code to seperate KVM specific code 2020-07-21 16:22:02 +02:00
lib.rs vmm: api: ch-remote: Add balloon to VmResizeData 2020-07-07 17:25:13 +01:00
memory_manager.rs vmm: Add EPC device to ACPI tables 2020-07-15 15:08:56 +02:00
migration.rs vmm: Get and set clock during pause and resume operations 2020-06-23 14:36:01 +01:00
seccomp_filters.rs seccomp: AArch64: Add SYS_unlinkat to seccomp whitelist 2020-07-27 07:25:07 +00:00
vm.rs arch: Refactor GIC code to seperate KVM specific code 2020-07-21 16:22:02 +02:00