mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
vmm: seccomp: Add seccomp filters for the vcpu worker thread
Partially fixes: #925 Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -327,6 +327,7 @@ impl Vm {
|
||||
vm.clone(),
|
||||
reset_evt,
|
||||
hypervisor,
|
||||
seccomp_action.clone(),
|
||||
)
|
||||
.map_err(Error::CpuManager)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user