mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Manual seccomp bump
Seccomp needs to be bumped in the main tree and fuzz at the same time. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
dd92715ed2
commit
6c245f6cf1
@@ -13,7 +13,7 @@ block_util = { path = "../block_util" }
|
||||
libc = "0.2.95"
|
||||
libfuzzer-sys = "0.4.1"
|
||||
qcow = { path = "../qcow" }
|
||||
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.24.3" }
|
||||
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.24.4" }
|
||||
virtio-devices = { path = "../virtio-devices" }
|
||||
vmm-sys-util = "0.8.0"
|
||||
vm-virtio = { path = "../vm-virtio" }
|
||||
|
||||
Reference in New Issue
Block a user