Skip to content

Commit

Permalink
libs/sys-util: provide functions to execute hooks
Browse files Browse the repository at this point in the history
Provide functions to execute OCI hooks.

Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
Signed-off-by: Bin Liu <bin@hyper.sh>
Signed-off-by: Huamin Tang <huamin.thm@alibaba-inc.com>
Signed-off-by: Lei Wang <wllenyj@linux.alibaba.com>
Signed-off-by: Quanwei Zhou <quanweiZhou@linux.alibaba.com>
  • Loading branch information
jiangliu committed Jan 23, 2022
1 parent d6172b7 commit 56a4bf1
Show file tree
Hide file tree
Showing 4 changed files with 535 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/libs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/libs/kata-sys-util/Cargo.toml
Expand Up @@ -19,8 +19,10 @@ lazy_static = "1.4.0"
libc = "0.2.100"
nix = "0.23.0"
once_cell = "1.9.0"
serde_json = "1.0.73"
slog = "2.5.2"
slog-scope = "4.4.0"
subprocess = "0.2.8"
thiserror = "1.0.30"

kata-types = { path = "../kata-types" }
Expand Down

0 comments on commit 56a4bf1

Please sign in to comment.