mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
seccomp: avoid hardcoding ioctl numbers
These can differ between platforms, so it's better to use centralized definitions of them. We can't currently do this for the KVM and VFIO ioctls, because the corresponding crates don't publicly expose the ioctl numbers. Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
committed by
Rob Bradford
parent
305bec056f
commit
093f62858f
Generated
+1
@@ -2489,6 +2489,7 @@ dependencies = [
|
||||
"uuid",
|
||||
"vfio-ioctls",
|
||||
"vfio_user",
|
||||
"vhost",
|
||||
"virtio-bindings",
|
||||
"virtio-devices",
|
||||
"vm-allocator",
|
||||
|
||||
Reference in New Issue
Block a user