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:
Bo Chen
2020-09-09 15:15:26 -07:00
committed by Sebastien Boeuf
parent d793cc4da3
commit 2612a6df29
3 changed files with 135 additions and 29 deletions

View File

@@ -327,6 +327,7 @@ impl Vm {
vm.clone(),
reset_evt,
hypervisor,
seccomp_action.clone(),
)
.map_err(Error::CpuManager)?;