cloud-hypervisor/vmm
Sebastien Boeuf e4ea8b0bef vmm: Add missing syscalls to the seccomp filters
Both clock_gettime and gettimeofday syscalls where missing when running
Cloud-Hypervisor on a Linux host without vDSO enabled. On a system with
vDSO enabled, the syscalls performed by vDSO were not filtered, that's
why we didn't have to whitelist them.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-03-27 16:50:52 +00:00
..
src vmm: Add missing syscalls to the seccomp filters 2020-03-27 16:50:52 +00:00
Cargo.toml vmm: Pull seccomp crate from Firecracker 2020-03-24 14:59:57 +01:00