cloud-hypervisor/virtio-devices/src/vhost_user
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
..
blk.rs virtio-devices: vhost_user: Refactor through VhostUserCommon 2021-08-11 17:01:12 -07:00
fs.rs virtio-devices, vmm: Fix the '--seccomp false' option 2021-08-18 10:42:19 +02:00
mod.rs virtio-devices: vhost_user: Refactor through VhostUserCommon 2021-08-11 17:01:12 -07:00
net.rs virtio-devices, vmm: Fix the '--seccomp false' option 2021-08-18 10:42:19 +02:00
vu_common_ctrl.rs vitio-devices: vhost_user: Factorize some part of the initialization 2021-08-10 12:36:58 -07:00