cloud-hypervisor/vmm
Alyssa Ross 093f62858f 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>
2025-09-09 16:43:35 +00:00
..
src seccomp: avoid hardcoding ioctl numbers 2025-09-09 16:43:35 +00:00
build.rs build: Add "fuzzing" as a valid cfg(..) attribute 2024-05-08 08:10:28 +00:00
Cargo.toml seccomp: avoid hardcoding ioctl numbers 2025-09-09 16:43:35 +00:00