Skip to content

Commit

Permalink
wasm: add support for oci seccomp.
Browse files Browse the repository at this point in the history
Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com>
  • Loading branch information
ipuustin committed Mar 8, 2023
1 parent 9213be2 commit 78c3c4d
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 2 deletions.
2 changes: 2 additions & 0 deletions crates/containerd-shim-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ clone3 = "0.2"
libc = { workspace = true }
caps = "0.5"
proc-mounts = "0.3"
# Use main branch until a new release with oci-spec 0.6.0 is made
libcontainer = { git = "https://github.com/containers/youki" }

[build-dependencies]
ttrpc-codegen = { version = "0.3", optional = true }
Expand Down
Loading

0 comments on commit 78c3c4d

Please sign in to comment.