cloud-hypervisor/vmm
Bo Chen 7d38a1848b virtio-devices, vmm: Fix the '--seccomp false' option
We are relying on applying empty 'seccomp' filters to support the
'--seccomp false' option, which will be treated as an error with the
updated 'seccompiler' crate. This patch fixes this issue by explicitly
checking whether the 'seccomp' filter is empty before applying the
filter.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2021-08-18 10:42:19 +02:00
..
src virtio-devices, vmm: Fix the '--seccomp false' option 2021-08-18 10:42:19 +02:00
Cargo.toml virtio-devices, vmm: Move to the seccompiler crate 2021-08-18 10:42:19 +02:00