cloud-hypervisor/virtio-devices/src/vsock
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
..
csm virtio-devices: vsock: Address clippy issue 2021-05-07 14:31:57 +02:00
unix clippy: Address the issue 'needless-borrow' 2021-06-24 08:55:43 +02:00
device.rs virtio-devices, vmm: Fix the '--seccomp false' option 2021-08-18 10:42:19 +02:00
mod.rs virtio-devices, vmm: Move to the seccompiler crate 2021-08-18 10:42:19 +02:00
packet.rs misc: Upgrade to use the vm-memory crate w/ dirty-page-tracking 2021-06-03 08:34:45 +01:00