vmm: Pull seccomp crate from Firecracker

The seccomp crate from Firecracker is nicely implemented, documented and
tested, which is a good reason for relying on it to create and apply
seccomp filters.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2020-03-19 11:49:13 +01:00
parent 18fbd303ab
commit 708f02dc26
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch
net_util = { path = "../net_util" }
pci = {path = "../pci", optional = true}
qcow = { path = "../qcow" }
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.1" }
serde = {version = ">=1.0.27", features = ["rc"] }
serde_derive = ">=1.0.27"
serde_json = ">=1.0.9"