mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
virtio-devices: Fix seccomp rules for SevSnp guest
With commit1e967697c("vmm: pass AccessPlatform implementation for SEV-SNP guest"), we started performing one additional ioctl to gain access to the guest memory before accessing those regions inside virtio-device emulation code path. This additional ioctl is not part of the current seccomp filter, which is causing the SevSnp guest to crash in this scenario with seccomp violation. Fixes:1e967697c("vmm: pass AccessPlatform implementation for SEV-SNP guest") Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2368,6 +2368,7 @@ dependencies = [
|
||||
"event_monitor",
|
||||
"libc",
|
||||
"log",
|
||||
"mshv-ioctls",
|
||||
"net_gen",
|
||||
"net_util",
|
||||
"pci",
|
||||
|
||||
Reference in New Issue
Block a user